Home
last modified time | relevance | path

Searched refs:commandName (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyUtils.java78 String commandName) throws Exception { in enableCompatCommand() argument
79 executeShellCommand(instr, COMMAND_AM_COMPAT + "enable --no-kill " + commandName + " " in enableCompatCommand()
84 String commandName) throws Exception { in disableCompatCommand() argument
85 executeShellCommand(instr, COMMAND_AM_COMPAT + "disable --no-kill " + commandName + " " in disableCompatCommand()
90 String commandName) throws Exception { in resetCompatCommand() argument
91 executeShellCommand(instr, COMMAND_AM_COMPAT + "reset --no-kill " + commandName + " " in resetCompatCommand()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java464 String commandName) throws Exception { in enableCompatCommand() argument
465 String cmd = COMMAND_AM_COMPAT + "enable --no-kill " + commandName + PACKAGE; in enableCompatCommand()
470 String commandName) throws Exception { in disableCompatCommand() argument
471 String cmd = COMMAND_AM_COMPAT + "disable --no-kill " + commandName + PACKAGE; in disableCompatCommand()
476 String commandName) throws Exception { in resetCompatCommand() argument
477 String cmd = COMMAND_AM_COMPAT + "reset --no-kill " + commandName + PACKAGE; in resetCompatCommand()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java322 private ImeCommand callCommandInternal(@NonNull String commandName, @NonNull Bundle params) { in callCommandInternal() argument
324 commandName, SystemClock.elapsedRealtimeNanos(), true, params); in callCommandInternal()