Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java85 public static String disableIme(String imeId) { in disableIme() method in ShellCommandUtils
90 public static String disableIme(String imeId, int userId) { in disableIme() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java215 shell(ShellCommandUtils.disableIme(Ime1Constants.IME_ID)); in testDisableCurrentIme()