Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java129 List<String> cityTimeZoneIds = geoTzFinder.findTimeZonesForLatLng( in main() local
131 Result actualResult = createResult(androidTimeZoneIds, cityTimeZoneIds); in main()
185 TimeZoneIds androidTimeZoneIds, List<String> cityTimeZoneIds) { in createResult() argument
186 List<String> uniqueIsoCountryCodes = cityTimeZoneIds.stream() in createResult()
190 return new Result(uniqueIsoCountryCodes, cityTimeZoneIds); in createResult()