Searched refs:keyboardLocale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java833 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { argument
835 if (!systemLocale.getLanguage().equals(keyboardLocale.getLanguage())) {
840 && !TextUtils.isEmpty(keyboardLocale.getCountry())
841 && !systemLocale.getCountry().equals(keyboardLocale.getCountry())) {

Completed in 37 milliseconds