diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-05-05 02:14:43 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-05 02:14:43 +0000 |
commit | 9bdc06d16c674bf3f6f8424bbf0c8991687e1cdf (patch) | |
tree | 40a1320836153a3266dca57da5ac7fa2672980b4 /service | |
parent | 4919b27fa45208b0a7d48b534e395a2baaf9d335 (diff) | |
parent | f43baee357f1fcae89350be2c11cb641e2ff7999 (diff) |
Merge "WifiShellCommand: Add unit tests" into rvc-dev am: f43baee357
Change-Id: I67f9ad12bd2602e59c7a2089b868f47a9f389e8e
Diffstat (limited to 'service')
-rw-r--r-- | service/java/com/android/server/wifi/WifiShellCommand.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/java/com/android/server/wifi/WifiShellCommand.java b/service/java/com/android/server/wifi/WifiShellCommand.java index 7706967a1..ed955bab4 100644 --- a/service/java/com/android/server/wifi/WifiShellCommand.java +++ b/service/java/com/android/server/wifi/WifiShellCommand.java @@ -74,7 +74,6 @@ import java.util.concurrent.TimeUnit; * * Permissions: currently root permission is required for some commands. Others will * enforce the corresponding API permissions. - * TODO (b/152875610): Add unit tests. */ public class WifiShellCommand extends BasicShellCommandHandler { private static String SHELL_PACKAGE_NAME = "com.android.shell"; |