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/
DInputMethodUtils.java101 private static InputMethodInfo sCachedInputMethodInfo; field in InputMethodUtils
483 if (systemLocales.equals(sCachedSystemLocales) && sCachedInputMethodInfo == imi) { in getImplicitlyApplicableSubtypesLocked()
496 sCachedInputMethodInfo = imi; in getImplicitlyApplicableSubtypesLocked()