Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java62 public static String getAvailableImes() { in getAvailableImes() method in ShellCommandUtils
66 public static String getAvailableImes(int userId) { in getAvailableImes() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DMultiUserTest.java343 final String command = ShellCommandUtils.getAvailableImes(userId); in waitUntilImeIsInShellCommandResult()
DInputMethodServiceLifecycleTest.java470 ? ShellCommandUtils.getEnabledImes() : ShellCommandUtils.getAvailableImes(); in waitUntilImesAreAvailableOrEnabled()