Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerShellCommand.java109 while ((opt = getNextOption()) != null) { in runList()
152 while ((opt = getNextOption()) != null) { in runEnableDisable()
173 while ((opt = getNextOption()) != null) { in runEnableExclusive()
199 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/pm/
DPackageManagerShellCommand.java371 String option = getNextOption(); in runPath()
541 while ((opt = getNextOption()) != null) { in runListPackages()
657 while ((opt = getNextOption()) != null) { in runListPermissions()
961 while ((opt = getNextOption()) != null) { in runInstallWrite()
993 while ((opt = getNextOption()) != null) { in runInstallExisting()
1132 while ((opt = getNextOption()) != null) { in runCompile()
1435 while ((opt = getNextOption()) != null) { in runUninstall()
1549 String option = getNextOption(); in runClear()
1598 String option = getNextOption(); in runSetEnabledSetting()
1627 String option = getNextOption(); in runSetHiddenSetting()
[all …]
DShortcutService.java3998 while ((opt = getNextOption()) != null) { in parseOptionsLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java712 while ((opt=getNextOption()) != null) {
768 while ((opt=getNextOption()) != null) {
785 while ((opt=getNextOption()) != null) {
855 while ((opt=getNextOption()) != null) {
896 while ((opt=getNextOption()) != null) {
940 while ((opt=getNextOption()) != null) {
959 while ((opt = getNextOption()) != null) {
975 while ((opt=getNextOption()) != null) {
1001 while ((opt=getNextOption()) != null) {
1022 while ((opt = getNextOption()) != null) {
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerServiceShellCommand.java77 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java77 final String option = getNextOption(); in parseUserId()
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java97 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/locksettings/
DLockSettingsShellCommand.java110 while ((opt = getNextOption()) != null) { in parseArgs()
/frameworks/base/core/java/android/os/
DShellCommand.java258 public String getNextOption() { in getNextOption() method in ShellCommand
/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.java355 while ((opt = shell.getNextOption()) != null) { in parseOptions()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java848 while ((opt = shell.getNextOption()) != null) { in parseOptions()
DDeviceIdleController.java3107 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
DInputMethodManagerService.java4901 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods()
/frameworks/base/core/java/android/content/
DIntent.java6618 while ((opt=cmd.getNextOption()) != null) { in parseCommandArgs()