Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetTestsBase.java128 final Locale subtypeLocale = SubtypeLocaleUtils.getSubtypeLocale(subtype); in getSubtype() local
130 if (locale.equals(subtypeLocale) && keyboardLayout.equals(subtypeLayout)) { in getSubtype()
136 final Locale subtypeLocale = SubtypeLocaleUtils.getSubtypeLocale(subtype); in getSubtype() local
137 if (locale.equals(subtypeLocale)) { in getSubtype()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java633 final Locale subtypeLocale; in resetDictionaryFacilitatorIfNecessary() local
640 subtypeLocale = getResources().getConfiguration().locale; in resetDictionaryFacilitatorIfNecessary()
642 subtypeLocale = subtypeSwitcherLocale; in resetDictionaryFacilitatorIfNecessary()
644 if (mDictionaryFacilitator.isForLocale(subtypeLocale) in resetDictionaryFacilitatorIfNecessary()
648 resetDictionaryFacilitator(subtypeLocale); in resetDictionaryFacilitatorIfNecessary()