Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java923 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale() argument
925 if (!systemLocale.getLanguage().equals(keyboardLocale.getLanguage())) { in isCompatibleLocale()
930 && !TextUtils.isEmpty(keyboardLocale.getCountry()) in isCompatibleLocale()
931 && !systemLocale.getCountry().equals(keyboardLocale.getCountry())) { in isCompatibleLocale()