Searched refs:nextOption (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBaseCommand.java89 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/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.java301 while ((opt=nextOption()) != null) {
705 while ((opt=nextOption()) != null) {
720 while ((opt=nextOption()) != null) {
755 while ((opt=nextOption()) != null) {
839 while ((opt=nextOption()) != null) {
852 while ((opt=nextOption()) != null) {
920 while ((opt=nextOption()) != null) {
960 while ((opt=nextOption()) != null) {
1301 while ((opt=nextOption()) != null) {
1317 while ((opt=nextOption()) !
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java259 while ((opt=nextOption()) != null) {
507 while ((opt=nextOption()) != null) {
526 String grp = nextOption();
779 while ((opt=nextOption()) != null) {
1071 while ((opt=nextOption()) != null) {
1131 String option = nextOption();
1200 String option = nextOption();
1404 private String nextOption() { method in class:Pm

Completed in 218 milliseconds