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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java127 public static boolean isSystemIme(InputMethodInfo inputMethod) { method in class:InputMethodUtils
136 if (!isSystemIme(imi)) {
180 if (!isSystemIme(imi)) {
473 if (InputMethodUtils.isSystemIme(imi)
478 if (firstFoundSystemIme < 0 && InputMethodUtils.isSystemIme(imi)) {

Completed in 57 milliseconds