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

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java703 if (mCurMethodId != null && !isSystemIme(mMethodMap.get(mCurMethodId))) {
782 if (!isSystemIme(imi)) {
805 if (!isSystemIme(imi)) {
2075 if (imi.getSubtypeCount() > 0 && isSystemIme(imi)) {
2406 private static boolean isSystemIme(InputMethodInfo inputMethod) { method in class:InputMethodManagerService
2445 if (firstFoundSystemIme < 0 && isSystemIme(imi) && !imi.isAuxiliaryIme()) {

Completed in 124 milliseconds