Home
last modified time | relevance | path

Searched defs:imeId (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java40 public static String setCurrentIme(final String imeId) { in setCurrentIme()
45 public static String enableIme(final String imeId) { in enableIme()
50 public static String disableIme(final String imeId) { in disableIme()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java50 void commandSwitchInputMethod(final String imeId); in commandSwitchInputMethod()
80 final String imeId = getString1(intent); in onReceive() local
90 final String imeId = getString1(intent); in onReceive() local
DCtsBaseInputMethod.java151 public void commandSwitchInputMethod(final String imeId) { in commandSwitchInputMethod()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java324 private void assertImeNotSelectedInSecureSettings(String imeId, long timeout) throws Exception { in assertImeNotSelectedInSecureSettings()