Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/
DTimeZoneSettings.java331 final Set<String> allCountryIsoCodes = mTimeZoneData.getRegionIds(); in setSelectByRegion() local
333 String displayRegion = allCountryIsoCodes.contains(localeRegionId) ? localeRegionId : null; in setSelectByRegion()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DTimeZoneSettings.java331 final Set<String> allCountryIsoCodes = mTimeZoneData.getRegionIds(); in setSelectByRegion() local
333 String displayRegion = allCountryIsoCodes.contains(localeRegionId) ? localeRegionId : null; in setSelectByRegion()