Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleStore.java228 Set<String> simCountries = getSimCountries(context); in updateSimCountries() local
235 if (simCountries.contains(li.getLocale().getCountry())) { in updateSimCountries()
267 Set<String> simCountries = getSimCountries(context); in fillCache() local
289 if (simCountries.contains(li.getLocale().getCountry())) { in fillCache()
/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java335 Set<String> simCountries = getSimCountries(context); in updateSimCountries() local
342 if (simCountries.contains(li.getLocale().getCountry())) { in updateSimCountries()
465 Set<String> simCountries = getSimCountries(context); in fillCache() local
492 if (simCountries.contains(li.getLocale().getCountry())) { in fillCache()