Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodManagerTest.java229 private static String dumpInputMethodInfoList(@NonNull List<InputMethodInfo> imiList) { in dumpInputMethodInfoList() argument
230 return "[" + imiList.stream().map(imi -> { in dumpInputMethodInfoList()