Searched refs:cityTimeZoneIds (Results 1 – 1 of 1) sorted by relevance
129 List<String> cityTimeZoneIds = geoTzFinder.findTimeZonesForLatLng( in main() local131 Result actualResult = createResult(androidTimeZoneIds, cityTimeZoneIds); in main()185 TimeZoneIds androidTimeZoneIds, List<String> cityTimeZoneIds) { in createResult() argument186 List<String> uniqueIsoCountryCodes = cityTimeZoneIds.stream() in createResult()190 return new Result(uniqueIsoCountryCodes, cityTimeZoneIds); in createResult()