Home
last modified time | relevance | path

Searched refs:getNextOption (Results 1 – 25 of 35) 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/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/om/
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()
/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.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()
/frameworks/base/services/core/java/com/android/server/locales/
DLocaleManagerShellCommand.java81 String option = getNextOption(); in runSetAppLocales()
122 String option = getNextOption(); in runGetAppLocales()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java840 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/
DGameManagerShellCommand.java128 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/
DShellCommandTestSupport.java59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsShellCommand.java64 while ((opt = getNextOption()) != null) { in runClearLastUsedTimestamps()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java389 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/
DAccessibilityTraceManager.java176 String opt = shell.getNextOption(); in onShellCommand()
199 opt = shell.getNextOption(); in onShellCommand()
DAccessibilityShellCommand.java110 final String option = getNextOption(); in parseUserId()
/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/
DBinaryTransparencyService.java119 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/
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.java168 String arg = getNextOption(); in vendorCommand()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java211 while ((opt = getNextOption()) != null) { in parseArgs()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorManagerService.java1876 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/
DDevicePolicyManagerServiceShellCommand.java350 while ((opt = getNextOption()) != null) { in parseArgs()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneManagerShellCommand.java234 boolean useProto = Objects.equals(DUMP_STATE_OPTION_PROTO, getNextOption()); in runDumpControllerState()

12