Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtils.java97 final String basePrefSubtype = localeString + LOCALE_AND_LAYOUT_SEPARATOR in getPrefSubtype() local
99 return extraValue.isEmpty() ? basePrefSubtype in getPrefSubtype()
100 : basePrefSubtype + LOCALE_AND_LAYOUT_SEPARATOR + extraValue; in getPrefSubtype()