/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/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/om/ |
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()
|
/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 | 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()
|
/frameworks/base/services/core/java/com/android/server/locales/ |
D | LocaleManagerShellCommand.java | 81 String option = getNextOption(); in runSetAppLocales() 122 String option = getNextOption(); in runGetAppLocales()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 840 while ((opt=getNextOption()) != null) { 894 while ((opt=getNextOption()) != null) { 911 while ((opt=getNextOption()) != null) { 1011 while ((opt=getNextOption()) != null) { 1077 while ((opt=getNextOption()) != null) { 1124 while ((opt = getNextOption()) != null) { 1145 while ((opt=getNextOption()) != null) { 1169 while ((opt = getNextOption()) != null) { 1185 while ((opt = getNextOption()) != null) { 1224 while ((opt=getNextOption()) != null) { [all …]
|
/frameworks/base/services/core/java/com/android/server/app/ |
D | GameManagerShellCommand.java | 128 final String option = getNextOption(); in runGameMode() 202 while ((option = getNextOption()) != null) { in runSetGameMode() 298 while ((option = getNextOption()) != null) { in runResetGameMode()
|
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
D | ShellCommandTestSupport.java | 59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsShellCommand.java | 64 while ((opt = getNextOption()) != null) { in runClearLastUsedTimestamps()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 389 while ((opt = getNextOption()) != null) { in runGetModuleInfo() 426 while ((opt = getNextOption()) != null) { in runLogVisibility() 532 while ((opt = getNextOption()) != null) { in runRollbackApp() 665 String option = getNextOption(); in runPath() 858 while ((opt = getNextOption()) != null) { in runListPackages() 1042 while ((opt = getNextOption()) != null) { in runListPermissions() 1138 while ((opt = getNextOption()) != null) { in runListStagedSessions() 1536 while ((opt = getNextOption()) != null) { in runInstallCommit() 1573 while ((opt = getNextOption()) != null) { in runInstallWrite() 1623 while ((opt = getNextOption()) != null) { in runInstallExisting() [all …]
|
/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 | 110 final String option = getNextOption(); in parseUserId()
|
/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/ |
D | BinaryTransparencyService.java | 119 while ((opt = getNextOption()) != null) { in onShellCommand() 176 while ((opt = getNextOption()) != null) { in onShellCommand() 236 while ((opt = getNextOption()) != null) { in onShellCommand()
|
/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 | 168 String arg = getNextOption(); in vendorCommand()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsShellCommand.java | 211 while ((opt = getNextOption()) != null) { in parseArgs()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | VibratorManagerService.java | 1876 while ("-v".equals(getNextOption())) { in runStereo() 1888 while ("-v".equals(getNextOption())) { in runSequential() 1932 while ((nextOption = getNextOption()) != null) { in addOneShotToComposition() 1956 while ((nextOption = getNextOption()) != null) { in addWaveformToComposition() 2046 while ((nextOption = getNextOption()) != null) { in addPrebakedToComposition()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceShellCommand.java | 350 while ((opt = getNextOption()) != null) { in parseArgs()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
D | LocationTimeZoneManagerShellCommand.java | 234 boolean useProto = Objects.equals(DUMP_STATE_OPTION_PROTO, getNextOption()); in runDumpControllerState()
|