Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java246 final int currentSubtypeId = calculateSubtypeId(imi, subtype); in getIndex() local
251 if (imi.equals(isli.mImi) && isli.mSubtypeId == currentSubtypeId) { in getIndex()
318 final int currentSubtypeId = calculateSubtypeId(imi, subtype); in getUsageRank() local
325 && subtypeListItem.mSubtypeId == currentSubtypeId) { in getUsageRank()