Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodInfoUtils.java68 boolean checkDefaultAttribute, @Nullable Locale locale, boolean checkCountry, in fillImes() argument
73 checkDefaultAttribute, locale, checkCountry, requiredSubtypeMode)) { in fillImes()
265 Context context, boolean checkDefaultAttribute) { in isSystemAuxilialyImeThatHasAutomaticSubtype() argument
269 if (checkDefaultAttribute && !imi.isDefault(context)) { in isSystemAuxilialyImeThatHasAutomaticSubtype()
316 boolean checkDefaultAttribute, @Nullable Locale requiredLocale, boolean checkCountry, in isSystemImeThatHasSubtypeOf() argument
321 if (checkDefaultAttribute && !imi.isDefault(context)) { in isSystemImeThatHasSubtypeOf()