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/am/src/com/android/commands/am/
H A DAm.java347 while ((opt=nextOption()) != null) {
768 while ((opt=nextOption()) != null) {
783 while ((opt=nextOption()) != null) {
818 while ((opt=nextOption()) != null) {
902 while ((opt=nextOption()) != null) {
915 while ((opt=nextOption()) != null) {
983 while ((opt=nextOption()) != null) {
1023 while ((opt=nextOption()) != null) {
1361 while ((opt=nextOption()) != null) {
1377 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/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/pm/src/com/android/commands/pm/
H A DPm.java276 while ((opt=nextOption()) != null) {
524 while ((opt=nextOption()) != null) {
543 String grp = nextOption();
805 while ((opt=nextOption()) != null) {
1097 while ((opt=nextOption()) != null) {
1157 String option = nextOption();
1226 String option = nextOption();
1271 String option = nextOption();
1460 private String nextOption() { method in class:Pm

Completed in 104 milliseconds