Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DSubtypeUtils.java266 InputMethodSubtype applicableSubtype = null; in findLastResortApplicableSubtype() local
281 applicableSubtype = subtype; in findLastResortApplicableSubtype()
285 applicableSubtype = subtype; in findLastResortApplicableSubtype()
291 if (applicableSubtype == null && canIgnoreLocaleAsLastResort) { in findLastResortApplicableSubtype()
298 if (applicableSubtype != null) { in findLastResortApplicableSubtype()
300 + applicableSubtype.getMode() + "," + applicableSubtype.getLocale()); in findLastResortApplicableSubtype()
303 return applicableSubtype; in findLastResortApplicableSubtype()