Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java372 static ArrayList<InputMethodSubtype> getSubtypes(InputMethodInfo imi) { in getSubtypes() method in InputMethodUtils
459 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); in getImplicitlyApplicableSubtypesLockedImpl()
DInputMethodManagerService.java3315 InputMethodUtils.getSubtypes(imi), in switchToPreviousInputMethod()
4428 mCurrentSubtype = InputMethodUtils.getSubtypes(imi).get(subtypeId); in getCurrentInputMethodSubtypeLocked()