Searched refs:nextOption (Results 1 – 6 of 6) sorted by relevance
1592 String nextOption; in addOneShotToComposition() local1593 while ((nextOption = getNextOption()) != null) { in addOneShotToComposition()1594 if ("-a".equals(nextOption)) { in addOneShotToComposition()1596 } else if ("-w".equals(nextOption)) { in addOneShotToComposition()1615 String nextOption; in addWaveformToComposition() local1616 while ((nextOption = getNextOption()) != null) { in addWaveformToComposition()1617 if ("-a".equals(nextOption)) { in addWaveformToComposition()1619 } else if ("-r".equals(nextOption)) { in addWaveformToComposition()1621 } else if ("-w".equals(nextOption)) { in addWaveformToComposition()1623 } else if ("-f".equals(nextOption)) { in addWaveformToComposition()[all …]
104 public String nextOption() { in nextOption() method in BaseCommand
155 while ((opt=nextOption()) != null) { in parseArgs()235 private String nextOption() { in nextOption() method in RequestSync
155 while ((opt=nextOption()) != null) { in runInstrument()
288 while ((opt = nextOption()) != null) { in runRegisterSimPhoneAccount()
5468 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods() local5469 if (nextOption == null) { in handleShellCommandListInputMethods()5472 switch (nextOption) { in handleShellCommandListInputMethods()5557 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption() local5558 if (nextOption == null) { in handleOptionsForCommandsThatOnlyHaveUserOption()5561 switch (nextOption) { in handleOptionsForCommandsThatOnlyHaveUserOption()