Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java104 private static ArrayList<InputMethodSubtype> sCachedResult; field in InputMethodUtils
439 return new ArrayList<>(sCachedResult); in getImplicitlyApplicableSubtypesLocked()
452 sCachedResult = new ArrayList<>(result); in getImplicitlyApplicableSubtypesLocked()