Searched refs:allCountryIsoCodes (Results 1 – 2 of 2) sorted by relevance
331 final Set<String> allCountryIsoCodes = mTimeZoneData.getRegionIds(); in setSelectByRegion() local333 String displayRegion = allCountryIsoCodes.contains(localeRegionId) ? localeRegionId : null; in setSelectByRegion()