Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerShellCommand.java129 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/
DJobSchedulerShellCommand.java143 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/
DActivityManagerShellCommand.java777 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/
DWifiShellCommand.java709 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/
DPackageManagerShellCommand.java336 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 …]
DUserManagerService.java4588 while ((opt = shell.getNextOption()) != null) { in runList()
4646 while ((opt = shell.getNextOption()) != null) { in runReportPackageWhitelistProblems()
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DShellCommandTestSupport.java59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
/frameworks/base/services/core/java/com/android/server/location/
DLocationShellCommand.java61 final String option = getNextOption(); in parseUserId()
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java103 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/accounts/
DAccountManagerServiceShellCommand.java78 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java102 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/core/java/com/android/server/media/
DVolumeCtrl.java76 while ((option = cmd.getNextOption()) != null) { in run()
/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerShellCommand.java93 String option = getNextOption(); in getUserIdMaybe()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerShellCommand.java143 while ((opt = getNextOption()) != null) { in parseOptions()
/frameworks/base/core/java/android/os/
DBasicShellCommandHandler.java211 public String getNextOption() { in getNextOption() method in BasicShellCommandHandler
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java181 while ((opt = getNextOption()) != null) { in parseArgs()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java107 String option = parentShell.getNextOption(); in onCommand()
134 String option = parentShell.getNextOption(); in onCommand()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java104 String option = "-d".equals(opt) ? opt : getNextOption(); in getDisplayId()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java1931 while ((opt = getNextOption()) != null) { in runVibrate()
1965 while ((opt = getNextOption()) != null) { in runWaveform()
2024 while ((opt = getNextOption()) != null) { in runPrebaked()
DBatteryService.java883 while ((opt = shell.getNextOption()) != null) { in parseOptions()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java494 while ((opt = getNextOption()) != null) { in doNotify()
/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.java5510 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods()
5598 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DDeviceIdleController.java4194 while ((opt=shell.getNextOption()) != null) { in onShellCommand()

12