Home
last modified time | relevance | path

Searched refs:implicitlyEnabledSubtypes (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeEnablerManager.java237 final List<InputMethodSubtype> implicitlyEnabledSubtypes = in updateImplicitlyEnabledSubtypesOf() local
239 if (subtypePrefs == null || implicitlyEnabledSubtypes == null) { in updateImplicitlyEnabledSubtypesOf()
248 for (final InputMethodSubtype subtype : implicitlyEnabledSubtypes) { in updateImplicitlyEnabledSubtypesOf()
H A DInputMethodAndSubtypeEnablerManagerCompat.java238 final List<InputMethodSubtype> implicitlyEnabledSubtypes = in updateImplicitlyEnabledSubtypesOf() local
240 if (subtypePrefs == null || implicitlyEnabledSubtypes == null) { in updateImplicitlyEnabledSubtypesOf()
249 for (final InputMethodSubtype subtype : implicitlyEnabledSubtypes) { in updateImplicitlyEnabledSubtypesOf()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java665 List<InputMethodSubtype> implicitlyEnabledSubtypes = in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() local
667 final int numSubtypes = implicitlyEnabledSubtypes.size(); in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
669 final InputMethodSubtype st = implicitlyEnabledSubtypes.get(i); in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()