Searched refs:callSwitchInputMethod (Results 1 – 4 of 4) sorted by relevance
87 expectCommand(stream2, session2.callSwitchInputMethod(session1.getImeId()), TIMEOUT); in testSwitchingIme()143 expectCommand(stream2, session2.callSwitchInputMethod(session1.getImeId()), TIMEOUT); in testImeRemainsVisibleAfterSwitchingIme()
195 expectCommand(stream, imeSession.callSwitchInputMethod( in testSubtypeSwitchingInTheSameIme()311 expectCommand(stream, imeSession.callSwitchInputMethod( in testSetAdditionalInputMethodSubtypesForAlreadyEnabledSubtype()
234 final ImeCommand cmd = imeSession.callSwitchInputMethod(OTHER_IME_ID);258 final ImeCommand cmd = imeSession.callSwitchInputMethod(OTHER_IME_ID, null);
1640 public ImeCommand callSwitchInputMethod(String id) { in callSwitchInputMethod() method in MockImeSession1660 public ImeCommand callSwitchInputMethod(String id, @Nullable InputMethodSubtype subtype) { in callSwitchInputMethod() method in MockImeSession