Home
last modified time | relevance | path

Searched refs:imes (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMultiUserUtils.java157 final List<InputMethodInfo> imes = getInputMethodListAsUser(context, uiAutomation, user);
158 imes.removeIf(imi -> !enabledImes.contains(imi.getId()));
159 return imes;
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodManagerTest.java207 final List<InputMethodInfo> imes = mImManager.getInputMethodList(); in testGetInputMethodList() local
208 assertNotNull(imes); in testGetInputMethodList()
212 if (!imes.containsAll(enabledImes)) { in testGetInputMethodList()
214 + "all=" + dumpInputMethodInfoList(imes) + "\n" in testGetInputMethodList()