/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationShellCommand.java | 120 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/ |
D | LocaleManagerShellCommand.java | 105 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/ |
D | UserManagerServiceShellCommand.java | 171 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()
|
D | PackageManagerShellCommand.java | 445 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/ |
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()
|
/frameworks/base/services/core/java/com/android/server/apphibernation/ |
D | AppHibernationShellCommand.java | 57 while ((opt = getNextOption()) != null) { in runSetState() 95 while ((opt = getNextOption()) != null) { in runGetState()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerShellCommand.java | 186 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/ |
D | GrammaticalInflectionShellCommand.java | 101 String option = getNextOption(); in runSetSystemWideGrammaticalGender() 132 String option = getNextOption(); in runGetSystemGrammaticalGender()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerShellCommand.java | 165 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/ |
D | ActivityManagerShellCommand.java | 456 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/ |
D | GameManagerShellCommand.java | 129 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/ |
D | ShellCommandTestSupport.java | 66 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
|
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/ |
D | ShellCommandTestSupport.java | 66 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityTraceManager.java | 176 String opt = shell.getNextOption(); in onShellCommand() 199 opt = shell.getNextOption(); in onShellCommand()
|
D | AccessibilityShellCommand.java | 184 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsShellCommand.java | 90 while ((opt = getNextOption()) != null) { in getUserId()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintShellCommand.java | 87 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BaseCommand.java | 105 return mArgs.getNextOption(); in nextOption()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerServiceShellCommand.java | 78 final String option = getNextOption(); in parseUserId()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | VolumeCtrl.java | 78 while ((option = cmd.getNextOption()) != null) { in run()
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreManagerShellCommand.java | 143 while ((opt = getNextOption()) != null) { in parseOptions()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | BasicShellCommandHandler.java | 210 public String getNextOption() { in getNextOption() method in BasicShellCommandHandler
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlShellCommand.java | 167 String arg = getNextOption(); in vendorCommand()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BinaryTransparencyService.java | 521 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/ |
D | RemoteProvisioningShellCommand.java | 169 while ((opt = getNextOption()) != null) { in csr()
|