Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java101 private static ArrayList<InputMethodSubtype> sCachedResult; field in InputMethodUtils
484 return new ArrayList<>(sCachedResult); in getImplicitlyApplicableSubtypesLocked()
497 sCachedResult = new ArrayList<>(result); in getImplicitlyApplicableSubtypesLocked()