Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/geotz_lookup/src/test/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinderTest.java21 import com.android.timezone.location.lookup.GeoTimeZonesFinder.LocationToken;
74 try (GeoTimeZonesFinder geoTimeZonesFinder = getGeoTimeZonesFinderForTest()) { in sampleLookups()
87 try (GeoTimeZonesFinder geoTimeZonesFinder = getGeoTimeZonesFinderForTest()) { in locationTokenBehavior()
123 private GeoTimeZonesFinder getGeoTimeZonesFinderForTest() throws IOException { in getGeoTimeZonesFinderForTest()
124 return GeoTimeZonesFinder.create(mGeoDataFile); in getGeoTimeZonesFinderForTest()
/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinder.java29 public abstract class GeoTimeZonesFinder implements Closeable { class
40 public static GeoTimeZonesFinder create(File file) throws IOException { in create()
DS2RangeFileBasedGeoTimeZonesFinder.java33 final class S2RangeFileBasedGeoTimeZonesFinder extends GeoTimeZonesFinder {
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DEnvironment.java31 import com.android.timezone.location.lookup.GeoTimeZonesFinder;
229 GeoTimeZonesFinder createGeoTimeZoneFinder() throws IOException; in createGeoTimeZoneFinder()
DOfflineLocationTimeZoneDelegate.java41 import com.android.timezone.location.lookup.GeoTimeZonesFinder;
42 import com.android.timezone.location.lookup.GeoTimeZonesFinder.LocationToken;
477 try (GeoTimeZonesFinder geoTimeZonesFinder = mEnvironment.createGeoTimeZoneFinder()) { in sendTimeZoneCertainResultIfNeeded()
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java20 import com.android.timezone.location.lookup.GeoTimeZonesFinder;
93 try (GeoTimeZonesFinder geoTzFinder = GeoTimeZonesFinder.create(tzS2File); in main()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DEnvironmentImpl.java42 import com.android.timezone.location.lookup.GeoTimeZonesFinder;
443 public GeoTimeZonesFinder createGeoTimeZoneFinder() throws IOException {
444 return GeoTimeZonesFinder.create(mGeoDataFile);
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java38 import com.android.timezone.location.lookup.GeoTimeZonesFinder;
237 public GeoTimeZonesFinder createGeoTimeZoneFinder() throws IOException {
463 private static class FakeGeoTimeZonesFinder extends GeoTimeZonesFinder {
/packages/modules/GeoTZ/geotz_lookup/
Dproguard.flags1 -keep class com.android.timezone.location.lookup.GeoTimeZonesFinder {