Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinder.java50 public abstract LocationToken createLocationTokenForLatLng(double latDegrees, double lngDegrees) in createLocationTokenForLatLng()
82 public abstract List<String> findTimeZonesForLocationToken(LocationToken locationToken) in findTimeZonesForLocationToken()
92 public abstract static class LocationToken implements PiiLoggable { class in GeoTimeZonesFinder
DS2RangeFileBasedGeoTimeZonesFinder.java60 public LocationToken createLocationTokenForLatLng(double latDegrees, double lngDegrees) { in createLocationTokenForLatLng()
74 public List<String> findTimeZonesForLocationToken(LocationToken locationToken) in findTimeZonesForLocationToken()
103 private static class LocationTokenImpl extends LocationToken {
/packages/modules/GeoTZ/geotz_lookup/src/test/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinderTest.java21 import com.android.timezone.location.lookup.GeoTimeZonesFinder.LocationToken;
90 LocationToken greenwichToken = in locationTokenBehavior()
100 LocationToken greenwichToken2; in locationTokenBehavior()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegate.java42 import com.android.timezone.location.lookup.GeoTimeZonesFinder.LocationToken;
140 private LocationToken mLastLocationToken;
479 LocationToken locationToken = geoTimeZonesFinder.createLocationTokenForLatLng( in sendTimeZoneCertainResultIfNeeded()
537 @Nullable LocationToken locationToken) { in reportTimeZoneProviderResultInternal()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java467 private static class FakeLocationToken extends LocationToken {
510 private final Map<LocationToken, List<String>> mTimeZoneLookup = new HashMap<>();
513 public LocationToken createLocationTokenForLatLng(double latDegrees, double lngDegrees)
528 public List<String> findTimeZonesForLocationToken(LocationToken locationToken)