Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/location/
DLocationShellCommand.java120 String option = getNextOption(); in handleIsLocationEnabled()
140 String option = getNextOption(); in handleSetLocationEnabled()
162 String option = getNextOption(); in handleIsAdasGnssLocationEnabled()
186 String option = getNextOption(); in handleSetAdasGnssLocationEnabled()
234 String option = getNextOption(); in handleAddTestProvider()
324 String option = getNextOption(); in handleSetTestProviderLocation()
/frameworks/base/services/core/java/com/android/server/locales/
DLocaleManagerShellCommand.java105 String option = getNextOption(); in runSetAppLocales()
150 String option = getNextOption(); in runGetAppLocales()
185 String option = getNextOption(); in runSetAppOverrideLocaleConfig()
224 String option = getNextOption(); in runGetAppOverrideLocaleConfig()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerServiceShellCommand.java171 while ((opt = getNextOption()) != null) { in runList()
261 while ((opt = getNextOption()) != null) { in runReportPackageAllowlistProblems()
309 while ((opt = getNextOption()) != null) { in runSetSystemUserModeEmulation()
410 while ((opt = getNextOption()) != null) { in runIsUserVisible()
448 while ((opt = getNextOption()) != null) { in runIsHeadlessSystemUserMode()
476 while ((opt = getNextOption()) != null) { in runIsVisibleBackgroundUserSupported()
505 while ((opt = getNextOption()) != null) { in runIsVisibleBackgroundUserOnDefaultDisplaySupported()
DPackageManagerShellCommand.java445 while ((opt = getNextOption()) != null) { in runGetModuleInfo()
482 while ((opt = getNextOption()) != null) { in runLogVisibility()
611 while ((opt = getNextOption()) != null) { in runRollbackApp()
744 String option = getNextOption(); in runPath()
973 while ((opt = getNextOption()) != null) { in runListPackages()
1185 while ((opt = getNextOption()) != null) { in runListPermissions()
1281 while ((opt = getNextOption()) != null) { in runListStagedSessions()
1709 while ((opt = getNextOption()) != null) { in runInstallCommit()
1746 while ((opt = getNextOption()) != null) { in runInstallWrite()
1830 while ((opt = getNextOption()) != null) { in runGetArchivedPackageMetadata()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
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()
/frameworks/base/services/core/java/com/android/server/apphibernation/
DAppHibernationShellCommand.java57 while ((opt = getNextOption()) != null) { in runSetState()
95 while ((opt = getNextOption()) != null) { in runGetState()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java186 while ((opt = getNextOption()) != null) { in runJob()
254 while ((opt = getNextOption()) != null) { in timeout()
297 while ((opt = getNextOption()) != null) { in cancelJob()
375 while ((opt = getNextOption()) != null) { in enableFlexPolicy()
485 while ((opt = getNextOption()) != null) { in getEstimatedNetworkBytes()
541 while ((opt = getNextOption()) != null) { in getTransferredNetworkBytes()
585 while ((opt = getNextOption()) != null) { in getJobState()
669 while ((opt = getNextOption()) != null) { in resetExecutionQuota()
718 while ((opt = getNextOption()) != null) { in stop()
/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DGrammaticalInflectionShellCommand.java101 String option = getNextOption(); in runSetSystemWideGrammaticalGender()
132 String option = getNextOption(); in runGetSystemGrammaticalGender()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerShellCommand.java165 while ((opt = getNextOption()) != null) { in runList()
239 while ((opt = getNextOption()) != null) { in runEnableDisable()
279 while ((opt = getNextOption()) != null) { in runFabricate()
448 while ((opt = getNextOption()) != null) { in runEnableExclusive()
474 while ((opt = getNextOption()) != null) { in runSetPriority()
504 while ((opt = getNextOption()) != null) { in runLookup()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java456 while ((opt = getNextOption()) != null) { in runCapabilities()
1037 while ((opt=getNextOption()) != null) {
1085 while ((opt=getNextOption()) != null) {
1105 while ((opt=getNextOption()) != null) {
1218 String freezerOpt = getNextOption();
1293 while ((opt=getNextOption()) != null) {
1364 while ((opt=getNextOption()) != null) {
1410 while ((opt = getNextOption()) != null) {
1433 while ((opt = getNextOption()) != null) {
1458 while ((opt = getNextOption()) != null) {
[all …]
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerShellCommand.java129 final String option = getNextOption(); in runSetGameMode()
210 while ((option = getNextOption()) != null) { in runSetGameModeConfig()
286 while ((option = getNextOption()) != null) { in runResetGameModeConfig()
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DShellCommandTestSupport.java66 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DShellCommandTestSupport.java66 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityTraceManager.java176 String opt = shell.getNextOption(); in onShellCommand()
199 opt = shell.getNextOption(); in onShellCommand()
DAccessibilityShellCommand.java184 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsShellCommand.java90 while ((opt = getNextOption()) != null) { in getUserId()
/frameworks/base/services/print/java/com/android/server/print/
DPrintShellCommand.java87 final String option = getNextOption(); in parseUserId()
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java105 return mArgs.getNextOption(); in nextOption()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerServiceShellCommand.java78 final String option = getNextOption(); in parseUserId()
/frameworks/base/services/core/java/com/android/server/media/
DVolumeCtrl.java78 while ((option = cmd.getNextOption()) != null) { in run()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerShellCommand.java143 while ((opt = getNextOption()) != null) { in parseOptions()
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBasicShellCommandHandler.java210 public String getNextOption() { in getNextOption() method in BasicShellCommandHandler
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlShellCommand.java167 String arg = getNextOption(); in vendorCommand()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java521 while ((opt = getNextOption()) != null) { in onShellCommand()
808 while ((opt = getNextOption()) != null) { in onShellCommand()
869 while ((opt = getNextOption()) != null) { in onShellCommand()
937 while ((opt = getNextOption()) != null) { in onShellCommand()
/frameworks/base/services/core/java/com/android/server/security/rkp/
DRemoteProvisioningShellCommand.java169 while ((opt = getNextOption()) != null) { in csr()

12