Home
last modified time | relevance | path

Searched refs:nextOption (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorManagerService.java1592 String nextOption; in addOneShotToComposition() local
1593 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() local
1616 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 …]
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java104 public String nextOption() { in nextOption() method in BaseCommand
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java155 while ((opt=nextOption()) != null) { in parseArgs()
235 private String nextOption() { in nextOption() method in RequestSync
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java155 while ((opt=nextOption()) != null) { in runInstrument()
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java288 while ((opt = nextOption()) != null) { in runRegisterSimPhoneAccount()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5468 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods() local
5469 if (nextOption == null) { in handleShellCommandListInputMethods()
5472 switch (nextOption) { in handleShellCommandListInputMethods()
5557 final String nextOption = shellCommand.getNextOption(); in handleOptionsForCommandsThatOnlyHaveUserOption() local
5558 if (nextOption == null) { in handleOptionsForCommandsThatOnlyHaveUserOption()
5561 switch (nextOption) { in handleOptionsForCommandsThatOnlyHaveUserOption()