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.java442 while ((opt = nextOption()) != null) {
467 while ((opt = nextOption()) != null) {
675 String option = nextOption();
731 while ((opt = nextOption()) != null) {
815 while ((opt = nextOption()) != null) {
934 while ((opt = nextOption()) != null) {
1091 String opt = nextOption();
1137 String option = nextOption();
1207 String option = nextOption();
1254 String option = nextOption();
1466 private String nextOption() { method in class:Pm
[all...]

Completed in 1077 milliseconds