Searched refs:nextOption (Results 1 – 6 of 6) sorted by relevance
102 public String nextOption() { in nextOption() method in BaseCommand
155 while ((opt=nextOption()) != null) { in parseArgs()233 private String nextOption() { in nextOption() method in RequestSync
166 while ((opt = nextOption()) != null) { in parseArgs()
155 while ((opt=nextOption()) != null) { in runInstrument()
272 while ((opt = nextOption()) != null) { in runRegisterSimPhoneAccount()
5510 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods() local5511 if (nextOption == null) { in handleShellCommandListInputMethods()5514 switch (nextOption) { in handleShellCommandListInputMethods()5598 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption() local5599 if (nextOption == null) { in handleOptionsForCommandsThatOnlyHaveUserOption()5602 switch (nextOption) { in handleOptionsForCommandsThatOnlyHaveUserOption()