/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerShellCommand.java | 113 while ((opt = getNextOption()) != null) { in runList() 187 while ((opt = getNextOption()) != null) { in runEnableDisable() 208 while ((opt = getNextOption()) != null) { in runEnableExclusive() 234 while ((opt = getNextOption()) != null) { in runSetPriority()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobSchedulerShellCommand.java | 138 while ((opt = getNextOption()) != null) { in runJob() 185 while ((opt = getNextOption()) != null) { in timeout() 220 while ((opt = getNextOption()) != null) { in cancelJob() 309 while ((opt = getNextOption()) != null) { in getJobState()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 749 while ((opt=getNextOption()) != null) { 804 while ((opt=getNextOption()) != null) { 821 while ((opt=getNextOption()) != null) { 891 while ((opt=getNextOption()) != null) { 957 while ((opt=getNextOption()) != null) { 1001 while ((opt=getNextOption()) != null) { 1020 while ((opt = getNextOption()) != null) { 1036 while ((opt=getNextOption()) != null) { 1062 while ((opt=getNextOption()) != null) { 1083 while ((opt = getNextOption()) != null) { [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 312 while ((opt = getNextOption()) != null) { in runGetModuleInfo() 504 String option = getNextOption(); in runPath() 675 while ((opt = getNextOption()) != null) { in runListPackages() 807 while ((opt = getNextOption()) != null) { in runListPermissions() 1118 while ((opt = getNextOption()) != null) { in runInstallWrite() 1168 while ((opt = getNextOption()) != null) { in runInstallExisting() 1328 while ((opt = getNextOption()) != null) { in runCompile() 1645 while ((opt = getNextOption()) != null) { in runUninstall() 1765 String option = getNextOption(); in runClear() 1814 String option = getNextOption(); in runSetEnabledSetting() [all …]
|
D | ShortcutService.java | 4062 while ((opt = getNextOption()) != null) { in parseOptionsLocked()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityShellCommand.java | 77 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerServiceShellCommand.java | 77 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BaseCommand.java | 99 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/role/ |
D | RoleManagerShellCommand.java | 93 String option = getNextOption(); in getUserIdMaybe()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsShellCommand.java | 165 while ((opt = getNextOption()) != null) { in parseArgs()
|
/frameworks/base/core/java/android/os/ |
D | ShellCommand.java | 263 public String getNextOption() { in getNextOption() method in ShellCommand
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerShellCommand.java | 93 String option = "-d".equals(opt) ? opt : getNextOption(); in getDisplayId()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 304 while ((opt = getNextOption()) != null) { in doNotify()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 1599 while ((opt = getNextOption()) != null) { in runVibrate() 1632 while ((opt = getNextOption()) != null) { in runWaveform() 1689 while ((opt = getNextOption()) != null) { in runPrebaked()
|
D | BatteryService.java | 872 while ((opt = shell.getNextOption()) != null) { in parseOptions()
|
D | DeviceIdleController.java | 3967 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 97 String option = parentShell.getNextOption(); in onCommand()
|
/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 | 4849 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods() 4937 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 7052 while ((opt=cmd.getNextOption()) != null) { in parseCommandArgs()
|