Searched refs:appLocale (Results 1 – 2 of 2) sorted by relevance
330 Locale appLocale = appLocaleInfo.getLocale(); in filterSameLanguageAndCountry() local333 if (appLocale.getLanguage().equals(suggested.getLanguage()) in filterSameLanguageAndCountry()334 && appLocale.getCountry().equals(suggested.getCountry())) { in filterSameLanguageAndCountry()
4124 final ULocale appLocale = mPreapprovalDetails.getLocale();4128 appLabelMatched |= TextUtils.equals(getAppLabel(filePaths.get(i), appLocale, appInfo),