Searched refs:getNextOption (Results 1 – 14 of 14) sorted by relevance
103 while ((opt = getNextOption()) != null) { in runList()145 while ((opt = getNextOption()) != null) { in runEnableDisable()165 while ((opt = getNextOption()) != null) { in runSetPriority()
132 while ((opt = getNextOption()) != null) { in runJob()179 while ((opt = getNextOption()) != null) { in timeout()267 while ((opt = getNextOption()) != null) { in getJobState()
650 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 …]
97 return mArgs.getNextOption(); in nextOption()
234 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()
3710 while ((opt = getNextOption()) != null) { in parseOptionsLocked()
110 while ((opt = getNextOption()) != null) { in parseArgs()
213 public String getNextOption() { in getNextOption() method in ShellCommand
93 String option = parentShell.getNextOption(); in onCommand()
354 while ((opt = shell.getNextOption()) != null) { in parseOptions()
699 while ((opt = shell.getNextOption()) != null) { in parseOptions()
2889 while ((opt=shell.getNextOption()) != null) { in onShellCommand()
6316 while ((opt=cmd.getNextOption()) != null) { in parseCommandArgs()
5389 HPLandroid/os/ShellCommand;->getNextOption()Ljava/lang/String;