Searched refs:keyboardLocale (Results 1 – 1 of 1) sorted by relevance
941 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale() argument943 if (!systemLocale.getLanguage().equals(keyboardLocale.getLanguage())) { in isCompatibleLocale()948 && !TextUtils.isEmpty(keyboardLocale.getCountry()) in isCompatibleLocale()949 && !systemLocale.getCountry().equals(keyboardLocale.getCountry())) { in isCompatibleLocale()