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.java96 private static ArrayList<InputMethodSubtype> sCachedResult; field in InputMethodUtils
471 return new ArrayList<>(sCachedResult); in getImplicitlyApplicableSubtypesLocked()
484 sCachedResult = new ArrayList<>(result); in getImplicitlyApplicableSubtypesLocked()