Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java54 public static String getEnabledImes() { in getEnabledImes() method in ShellCommandUtils
58 public static String getEnabledImes(int userId) { in getEnabledImes() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java470 ? ShellCommandUtils.getEnabledImes() : ShellCommandUtils.getAvailableImes(); in waitUntilImesAreAvailableOrEnabled()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java166 private static String[] getEnabledImes() throws IOException { in getEnabledImes() method in BasePrintTest
187 sEnabledImes = getEnabledImes(); in disableImes()