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

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java392 while ((opt=nextOption()) != null) {
861 while ((opt=nextOption()) != null) {
876 while ((opt=nextOption()) != null) {
912 while ((opt=nextOption()) != null) {
1014 while ((opt=nextOption()) != null) {
1027 while ((opt=nextOption()) != null) {
1098 while ((opt=nextOption()) != null) {
1139 while ((opt=nextOption()) != null) {
1487 while ((opt=nextOption()) != null) {
1503 while ((opt=nextOption()) !
[all...]
/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.java311 while ((opt=nextOption()) != null) {
569 while ((opt=nextOption()) != null) {
588 String grp = nextOption();
872 while ((opt=nextOption()) != null) {
992 while ((opt = nextOption()) != null) {
1047 while ((opt = nextOption()) != null) {
1166 while ((opt = nextOption()) != null) {
1282 while ((opt=nextOption()) != null) {
1366 String option = nextOption();
1438 String option = nextOption();
1746 private String nextOption() { method in class:Pm
[all...]
/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.java89 public String nextOption() { method in class:BaseCommand

Completed in 184 milliseconds