/aosp12/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationShellCommand.java | 112 String option = getNextOption(); in handleIsLocationEnabled() 132 String option = getNextOption(); in handleSetLocationEnabled() 154 String option = getNextOption(); in handleIsAdasGnssLocationEnabled() 178 String option = getNextOption(); in handleSetAdasGnssLocationEnabled() 208 String option = getNextOption(); in handleAddTestProvider() 298 String option = getNextOption(); in handleSetTestProviderLocation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationShell.java | 155 while ((option = commandHandler.getNextOption()) != null) { in runSetAppLinks() 221 while ((option = commandHandler.getNextOption()) != null) { in runSetAppLinksUserState() 287 while ((option = commandHandler.getNextOption()) != null) { in runGetAppLinks() 321 while ((option = commandHandler.getNextOption()) != null) { in runResetAppLinks() 356 while ((option = commandHandler.getNextOption()) != null) { in runVerifyAppLinks() 381 while ((option = commandHandler.getNextOption()) != null) { in runSetAppLinksAllowed() 437 while ((option = commandHandler.getNextOption()) != null) { in runGetAppLinkOwners()
|
/aosp12/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayManagerShellCommand.java | 141 while ((opt = getNextOption()) != null) { in runList() 215 while ((opt = getNextOption()) != null) { in runEnableDisable() 245 while ((opt = getNextOption()) != null) { in runFabricate() 316 while ((opt = getNextOption()) != null) { in runEnableExclusive() 342 while ((opt = getNextOption()) != null) { in runSetPriority() 372 while ((opt = getNextOption()) != null) { in runLookup()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerShellCommand.java | 144 while ((opt = getNextOption()) != null) { in runJob() 201 while ((opt = getNextOption()) != null) { in timeout() 236 while ((opt = getNextOption()) != null) { in cancelJob() 325 while ((opt = getNextOption()) != null) { in getJobState() 369 while ((opt = getNextOption()) != null) { in resetExecutionQuota()
|
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationShellCommand.java | 57 while ((opt = getNextOption()) != null) { in runSetState() 95 while ((opt = getNextOption()) != null) { in runGetState()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 807 while ((opt=getNextOption()) != null) { 948 while ((opt=getNextOption()) != null) { 1014 while ((opt=getNextOption()) != null) { 1082 while ((opt=getNextOption()) != null) { 1140 while ((opt=getNextOption()) != null) { 1167 while ((opt=getNextOption()) != null) { 1516 while ((opt=getNextOption()) != null) { 1712 while ((opt=getNextOption()) != null) { 1730 while ((opt=getNextOption()) != null) { 1754 while ((opt=getNextOption()) != null) { [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommand.java | 353 while ((opt = getNextOption()) != null) { in runGetModuleInfo() 390 while ((opt = getNextOption()) != null) { in runLogVisibility() 496 while ((opt = getNextOption()) != null) { in runRollbackApp() 625 String option = getNextOption(); in runPath() 937 while ((opt = getNextOption()) != null) { in runListPermissions() 1431 while ((opt = getNextOption()) != null) { in runInstallCommit() 1468 while ((opt = getNextOption()) != null) { in runInstallWrite() 2129 String option = getNextOption(); in runClear() 2180 String option = getNextOption(); in runSetEnabledSetting() 2211 String option = getNextOption(); in runSetHiddenSetting() [all …]
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityTraceManager.java | 182 String opt = shell.getNextOption(); in onShellCommand() 205 opt = shell.getNextOption(); in onShellCommand()
|
H A D | AccessibilityShellCommand.java | 110 final String option = getNextOption(); in parseUserId()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiShellCommand.java | 986 String option = getNextOption(); in onCommand() 1042 String option = getNextOption(); in buildWifiConfiguration() 1075 option = getNextOption(); in buildWifiConfiguration() 1099 String option = getNextOption(); in buildSoftApConfiguration() 1127 option = getNextOption(); in buildSoftApConfiguration() 1150 String option = getNextOption(); in buildSuggestion() 1206 option = getNextOption(); in buildSuggestion() 1240 String option = getNextOption(); in buildNetworkRequest() 1247 option = getNextOption(); in buildNetworkRequest()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | ShellCommandTestSupport.java | 59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
|
/aosp12/frameworks/base/services/print/java/com/android/server/print/ |
H A D | PrintShellCommand.java | 87 final String option = getNextOption(); in parseUserId()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BaseCommand.java | 105 return mArgs.getNextOption(); in nextOption()
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerServiceShellCommand.java | 78 final String option = getNextOption(); in parseUserId()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | TelephonyShellCommand.java | 740 String opt = getNextOption(); in handleEmergencyNumberTestModeCommand() 1020 while ((opt = getNextOption()) != null) { in handleBarringSendCommand() 1111 while ((opt = getNextOption()) != null) { in handleImsSetServiceCommand() 1194 while ((opt = getNextOption()) != null) { in handleImsClearCarrierServiceCommand() 1232 while ((opt = getNextOption()) != null) { in handleImsGetServiceCommand() 1291 while ((opt = getNextOption()) != null) { in handleEnableIms() 1318 while ((opt = getNextOption()) != null) { in handleDisableIms() 1377 while ((opt = getNextOption()) != null) { in parseCcOptions() 1934 String opt = getNextOption(); in getSubId() 2629 while ((opt = getNextOption()) != null) { in handleAllowedNetworkTypesCommand()
|
/aosp12/packages/modules/Permission/service/java/com/android/role/ |
H A D | RoleShellCommand.java | 94 String option = getNextOption(); in getUserIdMaybe()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | VolumeCtrl.java | 78 while ((option = cmd.getNextOption()) != null) { in run()
|
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreManagerShellCommand.java | 143 while ((opt = getNextOption()) != null) { in parseOptions()
|
/aosp12/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerShellCommand.java | 145 final String option = getNextOption(); in runGameMode()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorManagerService.java | 1530 while ("-v".equals(getNextOption())) { in runStereo() 1544 while ("-v".equals(getNextOption())) { in runSequential() 1587 while ((nextOption = getNextOption()) != null) { in addOneShotToComposition() 1610 while ((nextOption = getNextOption()) != null) { in addWaveformToComposition() 1668 while ((nextOption = getNextOption()) != null) { in addPrebakedToComposition()
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiControlShellCommand.java | 140 String arg = getNextOption(); in vendorCommand()
|
/aosp12/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
H A D | BasicShellCommandHandler.java | 210 public String getNextOption() { in getNextOption() method in BasicShellCommandHandler
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareNativeCallback.java | 109 String option = parentShell.getNextOption(); in onCommand() 136 String option = parentShell.getNextOption(); in onCommand()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsShellCommand.java | 200 while ((opt = getNextOption()) != null) { in parseArgs()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerServiceShellCommand.java | 350 while ((opt = getNextOption()) != null) { in parseArgs()
|