Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/geotz_lookup/src/test/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinderTest.java80 geoTimeZonesFinder.findTimeZonesForLatLng(latDegrees, lngDegrees)); in sampleLookups()
95 geoTimeZonesFinder.findTimeZonesForLatLng(greenwichLat, greenwichLng)); in locationTokenBehavior()
118 assertEquals(geoTimeZonesFinder.findTimeZonesForLatLng(greenwichLat, greenwichLng), in locationTokenBehavior()
119 geoTimeZonesFinder.findTimeZonesForLatLng(greenwichLat2, greenwichLng2)); in locationTokenBehavior()
/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinder.java66 public abstract List<String> findTimeZonesForLatLng(double latDegrees, double lngDegrees) in findTimeZonesForLatLng() method in GeoTimeZonesFinder
DS2RangeFileBasedGeoTimeZonesFinder.java66 public List<String> findTimeZonesForLatLng(double latDegrees, double lngDegrees) in findTimeZonesForLatLng() method in S2RangeFileBasedGeoTimeZonesFinder
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java128 List<String> cityTimeZoneIds = geoTzFinder.findTimeZonesForLatLng( in main()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java520 public List<String> findTimeZonesForLatLng(double latDegrees, double lngDegrees)