Searched refs:getImeId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodSubtypeEndToEndTest.java | 196 imeSession.getImeId(), IMPLICITLY_ENABLED_TEST_SUBTYPE2), TIMEOUT); in testSubtypeSwitchingInTheSameIme() 227 .filter(imi -> TextUtils.equals(imi.getId(), imeSession.getImeId())) in testSetExplicitlyEnabledInputMethodSubtypes() 238 imeSession.getImeId(), new int[]{TEST_SUBTYPE1.hashCode()}), TIMEOUT); in testSetExplicitlyEnabledInputMethodSubtypes() 246 imeSession.getImeId(), in testSetExplicitlyEnabledInputMethodSubtypes() 254 imeSession.getImeId(), in testSetExplicitlyEnabledInputMethodSubtypes() 263 imeSession.getImeId(), in testSetExplicitlyEnabledInputMethodSubtypes() 299 imeSession.getImeId(), new InputMethodSubtype[]{ in testSetAdditionalInputMethodSubtypesForAlreadyEnabledSubtype() 310 imeSession.getImeId(), new InputMethodSubtype[]{TEST_SUBTYPE2}), TIMEOUT); in testSetAdditionalInputMethodSubtypesForAlreadyEnabledSubtype() 312 imeSession.getImeId(), TEST_SUBTYPE2), TIMEOUT); in testSetAdditionalInputMethodSubtypesForAlreadyEnabledSubtype() 349 imeSession.getImeId(), new InputMethodSubtype[]{TEST_SUBTYPE2}), TIMEOUT); in testSetAdditionalInputMethodSubtypeDoesNotRemoveImesInvisibleFromCaller()
|
D | ImeSwitchingTest.java | 87 expectCommand(stream2, session2.callSwitchInputMethod(session1.getImeId()), TIMEOUT); in testSwitchingIme() 143 expectCommand(stream2, session2.callSwitchInputMethod(session1.getImeId()), TIMEOUT); in testImeRemainsVisibleAfterSwitchingIme()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 262 public String getImeId() { in getImeId() method in MockImeSession 289 if (TextUtils.equals(getImeId(), imi.getId())) { in getInputMethodInfo() 348 String imeId = getImeId(); in initialize() 353 () -> getImeId().equals(getCurrentInputMethodId())); in initialize()
|