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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java860 Context context, InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) {
863 if (allowsImplicitlySelectedSubtypes && enabledSubtypes.isEmpty()) {
859 getEnabledInputMethodSubtypeListLocked( Context context, InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) argument
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java668 * @param allowsImplicitlySelectedSubtypes A boolean flag to allow to return the implicitly
673 boolean allowsImplicitlySelectedSubtypes) {
676 imi == null ? null : imi.getId(), allowsImplicitlySelectedSubtypes);
672 getEnabledInputMethodSubtypeList(InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) argument
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1037 boolean allowsImplicitlySelectedSubtypes) {
1053 mContext, imi, allowsImplicitlySelectedSubtypes);
1036 getEnabledInputMethodSubtypeList(String imiId, boolean allowsImplicitlySelectedSubtypes) argument

Completed in 174 milliseconds