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

/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/core/java/com/android/internal/os/
H A DBaseCommand.java96 public String nextOption() { method in class:BaseCommand
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java137 while ((opt=nextOption()) != null) {
208 private String nextOption() { method in class:RequestSync
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java483 while ((opt = nextOption()) != null) {
508 while ((opt = nextOption()) != null) {
731 String option = nextOption();
787 while ((opt = nextOption()) != null) {
871 while ((opt = nextOption()) != null) {
990 while ((opt = nextOption()) != null) {
1148 String opt = nextOption();
1194 String option = nextOption();
1264 String option = nextOption();
1311 String option = nextOption();
1524 private String nextOption() { method in class:Pm
[all...]

Completed in 137 milliseconds