Searched defs:nextOption (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java89 while ((opt=nextOption()) != null) {
158 private String nextOption() { method in class:RequestSync
/frameworks/base/core/java/com/android/internal/os/
H A DBaseCommand.java93 public String nextOption() { method in class:BaseCommand
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java92 while ((opt=nextOption()) != null) {
186 private String nextOption() { method in class:Ime
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java416 while ((opt = nextOption()) != null) {
441 while ((opt = nextOption()) != null) {
649 String option = nextOption();
705 while ((opt = nextOption()) != null) {
789 while ((opt = nextOption()) != null) {
908 while ((opt = nextOption()) != null) {
1063 String opt = nextOption();
1109 String option = nextOption();
1179 String option = nextOption();
1226 String option = nextOption();
1438 private String nextOption() { method in class:Pm
[all...]

Completed in 176 milliseconds