Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java61 private static LocaleList sCachedSystemLocales; field in SubtypeUtils
135 if (systemLocales.equals(sCachedSystemLocales) && sCachedInputMethodInfo == imi) { in getImplicitlyApplicableSubtypesLocked()
147 sCachedSystemLocales = systemLocales; in getImplicitlyApplicableSubtypesLocked()