Home
last modified time | relevance | path

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

/system/timezone/input_tools/android/telephonylookup_generator/src/main/java/com/android/libcore/timezone/telephonylookup/
DTelephonyLookupGenerator.java156 List<String> knownIsoCountryCodes = Arrays.asList(ULocale.getISOCountries()); in getLowerCaseCountryIsoCodes() local
157 knownIsoCountryCodes = knownIsoCountryCodes.stream() in getLowerCaseCountryIsoCodes()
160 return new HashSet<>(knownIsoCountryCodes); in getLowerCaseCountryIsoCodes()