Home
last modified time | relevance | path

Searched defs: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()
84 String commandName) throws Exception { in disableCompatCommand()
90 String commandName) throws Exception { in resetCompatCommand()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java464 String commandName) throws Exception { in enableCompatCommand()
470 String commandName) throws Exception { in disableCompatCommand()
476 String commandName) throws Exception { in resetCompatCommand()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java322 private ImeCommand callCommandInternal(@NonNull String commandName, @NonNull Bundle params) { in callCommandInternal()