Home
last modified time | relevance | path

Searched refs:callSwitchInputMethod (Results 1 – 4 of 4) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeSwitchingTest.java87 expectCommand(stream2, session2.callSwitchInputMethod(session1.getImeId()), TIMEOUT); in testSwitchingIme()
143 expectCommand(stream2, session2.callSwitchInputMethod(session1.getImeId()), TIMEOUT); in testImeRemainsVisibleAfterSwitchingIme()
DInputMethodSubtypeEndToEndTest.java195 expectCommand(stream, imeSession.callSwitchInputMethod( in testSubtypeSwitchingInTheSameIme()
311 expectCommand(stream, imeSession.callSwitchInputMethod( in testSetAdditionalInputMethodSubtypesForAlreadyEnabledSubtype()
DInputMethodServiceTest.java234 final ImeCommand cmd = imeSession.callSwitchInputMethod(OTHER_IME_ID);
258 final ImeCommand cmd = imeSession.callSwitchInputMethod(OTHER_IME_ID, null);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1640 public ImeCommand callSwitchInputMethod(String id) { in callSwitchInputMethod() method in MockImeSession
1660 public ImeCommand callSwitchInputMethod(String id, @Nullable InputMethodSubtype subtype) { in callSwitchInputMethod() method in MockImeSession