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.java941 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale() argument
943 if (!systemLocale.getLanguage().equals(keyboardLocale.getLanguage())) { in isCompatibleLocale()
948 && !TextUtils.isEmpty(keyboardLocale.getCountry()) in isCompatibleLocale()
949 && !systemLocale.getCountry().equals(keyboardLocale.getCountry())) { in isCompatibleLocale()