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.java180 while ((opt=nextOption()) != null) {
582 while ((opt=nextOption()) != null) {
597 while ((opt=nextOption()) != null) {
632 while ((opt=nextOption()) != null) {
713 while ((opt=nextOption()) != null) {
726 while ((opt=nextOption()) != null) {
794 while ((opt=nextOption()) != null) {
834 while ((opt=nextOption()) != null) {
1163 while ((opt=nextOption()) != null) {
1382 private String nextOption() { method in class:Am
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java254 while ((opt=nextOption()) != null) {
511 while ((opt=nextOption()) != null) {
530 String grp = nextOption();
783 while ((opt=nextOption()) != null) {
1075 while ((opt=nextOption()) != null) {
1135 String option = nextOption();
1205 String option = nextOption();
1408 private String nextOption() { method in class:Pm

Completed in 115 milliseconds