Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DSubtypeUtils.java63 private static InputMethodInfo sCachedInputMethodInfo; field in SubtypeUtils
131 if (systemLocales.equals(sCachedSystemLocales) && sCachedInputMethodInfo == imi) { in getImplicitlyApplicableSubtypes()
144 sCachedInputMethodInfo = imi; in getImplicitlyApplicableSubtypes()