Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl41 boolean allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeList() argument
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java961 Context context, InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeListLocked() argument
964 if (allowsImplicitlySelectedSubtypes && enabledSubtypes.isEmpty()) { in getEnabledInputMethodSubtypeListLocked()
DInputMethodManagerService.java2091 boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeList() argument
2102 allowsImplicitlySelectedSubtypes, resolvedUserIds[0]); in getEnabledInputMethodSubtypeList()
2111 boolean allowsImplicitlySelectedSubtypes, @UserIdInt int userId) { in getEnabledInputMethodSubtypeListLocked() argument
2123 mContext, imi, allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeListLocked()
2139 mContext, imi, allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeListLocked()
DMultiClientInputMethodManagerService.java1481 boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeList() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1301 boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeList() argument
1305 allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeList()