/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerShellCommand.java | 129 while ((opt = getNextOption()) != null) { in runList() 203 while ((opt = getNextOption()) != null) { in runEnableDisable() 224 while ((opt = getNextOption()) != null) { in runEnableExclusive() 250 while ((opt = getNextOption()) != null) { in runSetPriority() 277 final boolean verbose = "--verbose".equals(getNextOption()); in runLookup()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerShellCommand.java | 143 while ((opt = getNextOption()) != null) { in runJob() 200 while ((opt = getNextOption()) != null) { in timeout() 235 while ((opt = getNextOption()) != null) { in cancelJob() 324 while ((opt = getNextOption()) != null) { in getJobState() 368 while ((opt = getNextOption()) != null) { in resetExecutionQuota()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 777 while ((opt=getNextOption()) != null) { 832 while ((opt=getNextOption()) != null) { 849 while ((opt=getNextOption()) != null) { 919 while ((opt=getNextOption()) != null) { 985 while ((opt=getNextOption()) != null) { 1032 while ((opt = getNextOption()) != null) { 1053 while ((opt=getNextOption()) != null) { 1077 while ((opt = getNextOption()) != null) { 1093 while ((opt=getNextOption()) != null) { 1119 while ((opt=getNextOption()) != null) { [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiShellCommand.java | 709 String option = getNextOption(); in buildWifiConfiguration() 720 option = getNextOption(); in buildWifiConfiguration() 738 String option = getNextOption(); in buildSoftApConfiguration() 756 option = getNextOption(); in buildSoftApConfiguration() 778 String option = getNextOption(); in buildSuggestion() 793 option = getNextOption(); in buildSuggestion() 816 String option = getNextOption(); in buildNetworkRequest() 823 option = getNextOption(); in buildNetworkRequest()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 336 while ((opt = getNextOption()) != null) { in runGetModuleInfo() 373 while ((opt = getNextOption()) != null) { in runLogVisibility() 571 String option = getNextOption(); in runPath() 746 while ((opt = getNextOption()) != null) { in runListPackages() 884 while ((opt = getNextOption()) != null) { in runListPermissions() 980 while ((opt = getNextOption()) != null) { in runListStagedSessions() 1378 while ((opt = getNextOption()) != null) { in runInstallCommit() 1425 while ((opt = getNextOption()) != null) { in runInstallWrite() 1475 while ((opt = getNextOption()) != null) { in runInstallExisting() 1637 while ((opt = getNextOption()) != null) { in runCompile() [all …]
|
D | UserManagerService.java | 4588 while ((opt = shell.getNextOption()) != null) { in runList() 4646 while ((opt = shell.getNextOption()) != null) { in runReportPackageWhitelistProblems()
|
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
D | ShellCommandTestSupport.java | 59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationShellCommand.java | 61 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BaseCommand.java | 103 return mArgs.getNextOption(); in nextOption()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintShellCommand.java | 87 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerServiceShellCommand.java | 78 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityShellCommand.java | 102 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | VolumeCtrl.java | 76 while ((option = cmd.getNextOption()) != null) { in run()
|
/frameworks/base/services/core/java/com/android/server/role/ |
D | RoleManagerShellCommand.java | 93 String option = getNextOption(); in getUserIdMaybe()
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreManagerShellCommand.java | 143 while ((opt = getNextOption()) != null) { in parseOptions()
|
/frameworks/base/core/java/android/os/ |
D | BasicShellCommandHandler.java | 211 public String getNextOption() { in getNextOption() method in BasicShellCommandHandler
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsShellCommand.java | 181 while ((opt = getNextOption()) != null) { in parseArgs()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 107 String option = parentShell.getNextOption(); in onCommand() 134 String option = parentShell.getNextOption(); in onCommand()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerShellCommand.java | 104 String option = "-d".equals(opt) ? opt : getNextOption(); in getDisplayId()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 1931 while ((opt = getNextOption()) != null) { in runVibrate() 1965 while ((opt = getNextOption()) != null) { in runWaveform() 2024 while ((opt = getNextOption()) != null) { in runPrebaked()
|
D | BatteryService.java | 883 while ((opt = shell.getNextOption()) != null) { in parseOptions()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 494 while ((opt = getNextOption()) != null) { in doNotify()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 354 while ((opt = shell.getNextOption()) != null) { in parseOptions()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 5510 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods() 5598 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
D | DeviceIdleController.java | 4194 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
|