Home
last modified time | relevance | path

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

/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DInputMethodServiceSwitchingTest.java114 private static String getCurrentInputMethodId(int userId) { in getCurrentInputMethodId() method in InputMethodServiceSwitchingTest
158 () -> TextUtils.equals(getCurrentInputMethodId(userId), imeId)); in assertImeInCurrentInputMethodInfo()
164 () -> !TextUtils.equals(getCurrentInputMethodId(userId), imeId)); in assertImeNotCurrentInputMethodInfo()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java308 () -> ime.equals(getCurrentInputMethodId())); in ImeSession()
322 private ComponentName getCurrentInputMethodId() { in getCurrentInputMethodId() method in WindowInsetsAnimationSynchronicityTests.ImeSession
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java225 private String getCurrentInputMethodId() { in getCurrentInputMethodId() method in MockImeSession
353 () -> getImeId().equals(getCurrentInputMethodId())); in initialize()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java1558 () -> ime.equals(getCurrentInputMethodId())); in ImeSession()
1571 private ComponentName getCurrentInputMethodId() { in getCurrentInputMethodId() method in UiTranslationManagerTest.ImeSession