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.java255 InputMethodSubtype applicableSubtype = null; in findLastResortApplicableSubtype() local
270 applicableSubtype = subtype; in findLastResortApplicableSubtype()
274 applicableSubtype = subtype; in findLastResortApplicableSubtype()
280 if (applicableSubtype == null && canIgnoreLocaleAsLastResort) { in findLastResortApplicableSubtype()
287 if (applicableSubtype != null) { in findLastResortApplicableSubtype()
289 + applicableSubtype.getMode() + "," + applicableSubtype.getLocale()); in findLastResortApplicableSubtype()
292 return applicableSubtype; in findLastResortApplicableSubtype()