Searched refs:checkDefaultAttribute (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodInfoUtils.java | 68 boolean checkDefaultAttribute, @Nullable Locale locale, boolean checkCountry, in fillImes() argument 73 checkDefaultAttribute, locale, checkCountry, requiredSubtypeMode)) { in fillImes() 267 Context context, boolean checkDefaultAttribute) { in isSystemAuxilialyImeThatHasAutomaticSubtype() argument 271 if (checkDefaultAttribute && !imi.isDefault(context)) { in isSystemAuxilialyImeThatHasAutomaticSubtype() 318 boolean checkDefaultAttribute, @Nullable Locale requiredLocale, boolean checkCountry, in isSystemImeThatHasSubtypeOf() argument 323 if (checkDefaultAttribute && !imi.isDefault(context)) { in isSystemImeThatHasSubtypeOf()
|