Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java61 public static String getAvailableImes() { in getAvailableImes() method in ShellCommandUtils
65 public static String getAvailableImes(int userId) { in getAvailableImes() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java488 ? ShellCommandUtils.getEnabledImes() : ShellCommandUtils.getAvailableImes(); in waitUntilImesAreAvailableOrEnabled()