Searched defs:isSystemIme (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java99 public static boolean isSystemIme(InputMethodInfo inputMethod) { method in class:InputMethodUtils
105 if (!isSystemIme(imi)) {
112 if (!isSystemIme(imi)) {
159 if (!isSystemIme(imi)) {
233 if (firstFoundSystemIme < 0 && InputMethodUtils.isSystemIme(imi)

Completed in 122 milliseconds