Home
last modified time | relevance | path

Searched refs:getNextOption (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerShellCommand.java113 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/
DJobSchedulerShellCommand.java138 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/
DActivityManagerShellCommand.java749 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/
DPackageManagerShellCommand.java312 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 …]
DShortcutService.java4062 while ((opt = getNextOption()) != null) { in parseOptionsLocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java77 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerServiceShellCommand.java77 final String option = getNextOption(); in parseUserId()
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java99 return mArgs.getNextOption(); in nextOption()
/frameworks/base/services/print/java/com/android/server/print/
DPrintShellCommand.java87 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerShellCommand.java93 String option = getNextOption(); in getUserIdMaybe()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java165 while ((opt = getNextOption()) != null) { in parseArgs()
/frameworks/base/core/java/android/os/
DShellCommand.java263 public String getNextOption() { in getNextOption() method in ShellCommand
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java93 String option = "-d".equals(opt) ? opt : getNextOption(); in getDisplayId()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java304 while ((opt = getNextOption()) != null) { in doNotify()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java1599 while ((opt = getNextOption()) != null) { in runVibrate()
1632 while ((opt = getNextOption()) != null) { in runWaveform()
1689 while ((opt = getNextOption()) != null) { in runPrebaked()
DBatteryService.java872 while ((opt = shell.getNextOption()) != null) { in parseOptions()
DDeviceIdleController.java3967 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java97 String option = parentShell.getNextOption(); in onCommand()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java354 while ((opt = shell.getNextOption()) != null) { in parseOptions()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4849 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods()
4937 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption()
/frameworks/base/core/java/android/content/
DIntent.java7052 while ((opt=cmd.getNextOption()) != null) { in parseCommandArgs()