Searched refs:keyboardLocale (Results 1 – 1 of 1) sorted by relevance
923 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale() argument925 if (!systemLocale.getLanguage().equals(keyboardLocale.getLanguage())) { in isCompatibleLocale()930 && !TextUtils.isEmpty(keyboardLocale.getCountry()) in isCompatibleLocale()931 && !systemLocale.getCountry().equals(keyboardLocale.getCountry())) { in isCompatibleLocale()