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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java711 * @param allowsImplicitlySelectedSubtypes A boolean flag to allow to return the implicitly
716 boolean allowsImplicitlySelectedSubtypes) {
719 imi == null ? null : imi.getId(), allowsImplicitlySelectedSubtypes);
715 getEnabledInputMethodSubtypeList(InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) argument
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1000 Context context, InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) {
1003 if (allowsImplicitlySelectedSubtypes && enabledSubtypes.isEmpty()) {
999 getEnabledInputMethodSubtypeListLocked( Context context, InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) argument
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1565 boolean allowsImplicitlySelectedSubtypes) {
1581 mContext, imi, allowsImplicitlySelectedSubtypes);
1564 getEnabledInputMethodSubtypeList(String imiId, boolean allowsImplicitlySelectedSubtypes) argument

Completed in 182 milliseconds