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