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.java910 Context context, InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeListLocked() argument
913 if (allowsImplicitlySelectedSubtypes && enabledSubtypes.isEmpty()) { in getEnabledInputMethodSubtypeListLocked()
DInputMethodManagerService.java1811 boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeList() argument
1822 allowsImplicitlySelectedSubtypes, resolvedUserIds[0]); in getEnabledInputMethodSubtypeList()
1831 boolean allowsImplicitlySelectedSubtypes, @UserIdInt int userId) { in getEnabledInputMethodSubtypeListLocked() argument
1843 mContext, imi, allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeListLocked()
1859 mContext, imi, allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeListLocked()
DMultiClientInputMethodManagerService.java1418 boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeList() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1107 boolean allowsImplicitlySelectedSubtypes) { in getEnabledInputMethodSubtypeList() argument
1110 imi == null ? null : imi.getId(), allowsImplicitlySelectedSubtypes); in getEnabledInputMethodSubtypeList()