Home
last modified time | relevance | path

Searched refs:getNextOption (Results 1 – 14 of 14) 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.java650 while ((opt=getNextOption()) != null) {
706 while ((opt=getNextOption()) != null) {
723 while ((opt=getNextOption()) != null) {
793 while ((opt=getNextOption()) != null) {
834 while ((opt=getNextOption()) != null) {
871 while ((opt=getNextOption()) != null) {
890 while ((opt = getNextOption()) != null) {
906 while ((opt=getNextOption()) != null) {
932 while ((opt=getNextOption()) != null) {
953 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.java234 while ((opt = getNextOption()) != null) { in runSuspend()
288 while ((opt = getNextOption()) != null) { in runInstallWrite()
320 while ((opt = getNextOption()) != null) { in runInstallExisting()
373 while ((opt = getNextOption()) != null) { in runCompile()
688 while ((opt = getNextOption()) != null) { in runListPackages()
804 while ((opt = getNextOption()) != null) { in runListPermissions()
878 while ((opt = getNextOption()) != null) { in runUninstall()
1164 while ((opt = getNextOption()) != null) { in makeInstallParams()
1256 while ((opt = getNextOption()) != null) { in runSetHomeActivity()
DShortcutService.java3710 while ((opt = getNextOption()) != null) { in parseOptionsLocked()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java110 while ((opt = getNextOption()) != null) { in parseArgs()
/frameworks/base/core/java/android/os/
DShellCommand.java213 public String getNextOption() { in getNextOption() method in ShellCommand
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java93 String option = parentShell.getNextOption(); in onCommand()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java354 while ((opt = shell.getNextOption()) != null) { in parseOptions()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java699 while ((opt = shell.getNextOption()) != null) { in parseOptions()
DDeviceIdleController.java2889 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
/frameworks/base/core/java/android/content/
DIntent.java6316 while ((opt=cmd.getNextOption()) != null) { in parseCommandArgs()
/frameworks/base/config/
Dboot-image-profile.txt5389 HPLandroid/os/ShellCommand;->getNextOption()Ljava/lang/String;