Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSearch.java80 if (!TextUtils.isEmpty(country) && useLangCountryHl(language, country)) { in getLanguage()
90 private static boolean useLangCountryHl(String language, String country) { in useLangCountryHl() method in GoogleSearch