Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/geotz_lookup/src/test/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinderTest.java93 geoTimeZonesFinder.findTimeZonesForLocationToken(greenwichToken)); in locationTokenBehavior()
116 assertEquals(geoTimeZonesFinder.findTimeZonesForLocationToken(greenwichToken), in locationTokenBehavior()
117 geoTimeZonesFinder.findTimeZonesForLocationToken(greenwichToken2)); in locationTokenBehavior()
/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinder.java82 public abstract List<String> findTimeZonesForLocationToken(LocationToken locationToken) in findTimeZonesForLocationToken() method in GeoTimeZonesFinder
DS2RangeFileBasedGeoTimeZonesFinder.java74 public List<String> findTimeZonesForLocationToken(LocationToken locationToken) in findTimeZonesForLocationToken() method in S2RangeFileBasedGeoTimeZonesFinder
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java523 return findTimeZonesForLocationToken(
528 public List<String> findTimeZonesForLocationToken(LocationToken locationToken)
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegate.java488 geoTimeZonesFinder.findTimeZonesForLocationToken(locationToken); in sendTimeZoneCertainResultIfNeeded()