Searched refs: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/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/cmds/am/src/com/android/commands/am/
H A DAm.java161 while ((opt=nextOption()) != null) {
578 while ((opt=nextOption()) != null) {
651 wall = "--wall".equals(nextOption());
705 boolean managed = !"-n".equals(nextOption());
731 while ((opt=nextOption()) != null) {
1042 while ((opt=nextOption()) != null) {
1232 private String nextOption() { method in class:Am
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java247 while ((opt=nextOption()) != null) {
506 while ((opt=nextOption()) != null) {
526 String grp = nextOption();
781 while ((opt=nextOption()) != null) {
1062 String opt = nextOption();
1176 String option = nextOption();
1310 private String nextOption() { method in class:Pm

Completed in 115 milliseconds