Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationShellCommand.java112 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 DDomainVerificationShell.java155 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 DOverlayManagerShellCommand.java141 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 DJobSchedulerShellCommand.java144 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 DAppHibernationShellCommand.java57 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 DActivityManagerShellCommand.java807 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 DPackageManagerShellCommand.java353 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 DAccessibilityTraceManager.java182 String opt = shell.getNextOption(); in onShellCommand()
205 opt = shell.getNextOption(); in onShellCommand()
H A DAccessibilityShellCommand.java110 final String option = getNextOption(); in parseUserId()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java986 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 DShellCommandTestSupport.java59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DPrintShellCommand.java87 final String option = getNextOption(); in parseUserId()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBaseCommand.java105 return mArgs.getNextOption(); in nextOption()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerServiceShellCommand.java78 final String option = getNextOption(); in parseUserId()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java740 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 DRoleShellCommand.java94 String option = getNextOption(); in getUserIdMaybe()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DVolumeCtrl.java78 while ((option = cmd.getNextOption()) != null) { in run()
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerShellCommand.java143 while ((opt = getNextOption()) != null) { in parseOptions()
/aosp12/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerShellCommand.java145 final String option = getNextOption(); in runGameMode()
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java1530 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 DHdmiControlShellCommand.java140 String arg = getNextOption(); in vendorCommand()
/aosp12/frameworks/libs/modules-utils/java/com/android/modules/utils/
H A DBasicShellCommandHandler.java210 public String getNextOption() { in getNextOption() method in BasicShellCommandHandler
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java109 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 DLockSettingsShellCommand.java200 while ((opt = getNextOption()) != null) { in parseArgs()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceShellCommand.java350 while ((opt = getNextOption()) != null) { in parseArgs()

12