Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerShellCommand.java103 while ((opt = getNextOption()) != null) { in runList()
145 while ((opt = getNextOption()) != null) { in runEnableDisable()
165 while ((opt = getNextOption()) != null) { in runSetPriority()
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerShellCommand.java132 while ((opt = getNextOption()) != null) { in runJob()
179 while ((opt = getNextOption()) != null) { in timeout()
267 while ((opt = getNextOption()) != null) { in getJobState()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java643 while ((opt=getNextOption()) != null) {
699 while ((opt=getNextOption()) != null) {
716 while ((opt=getNextOption()) != null) {
783 while ((opt=getNextOption()) != null) {
819 while ((opt=getNextOption()) != null) {
856 while ((opt=getNextOption()) != null) {
875 while ((opt = getNextOption()) != null) {
891 while ((opt=getNextOption()) != null) {
917 while ((opt=getNextOption()) != null) {
938 while ((opt = getNextOption()) != null) {
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java97 return mArgs.getNextOption(); in nextOption()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java232 while ((opt = getNextOption()) != null) { in runSuspend()
286 while ((opt = getNextOption()) != null) { in runInstallWrite()
318 while ((opt = getNextOption()) != null) { in runInstallExisting()
370 while ((opt = getNextOption()) != null) { in runCompile()
671 while ((opt = getNextOption()) != null) { in runListPackages()
787 while ((opt = getNextOption()) != null) { in runListPermissions()
861 while ((opt = getNextOption()) != null) { in runUninstall()
1147 while ((opt = getNextOption()) != null) { in makeInstallParams()
1236 while ((opt = getNextOption()) != null) { in runSetHomeActivity()
DShortcutService.java3611 while ((opt = getNextOption()) != null) { in parseOptionsLocked()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsShellCommand.java97 while ((opt = getNextOption()) != null) { in parseArgs()
DBatteryService.java699 while ((opt = shell.getNextOption()) != null) { in parseOptions()
DDeviceIdleController.java2899 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
/frameworks/base/core/java/android/os/
DShellCommand.java213 public String getNextOption() { in getNextOption() method in ShellCommand
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java351 while ((opt = shell.getNextOption()) != null) { in parseOptions()
/frameworks/base/core/java/android/content/
DIntent.java6224 while ((opt=cmd.getNextOption()) != null) { in parseCommandArgs()