Searched refs:GeoTimeZonesFinder (Results 1 – 9 of 9) sorted by relevance
21 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()
29 public abstract class GeoTimeZonesFinder implements Closeable { class40 public static GeoTimeZonesFinder create(File file) throws IOException { in create()
33 final class S2RangeFileBasedGeoTimeZonesFinder extends GeoTimeZonesFinder {
31 import com.android.timezone.location.lookup.GeoTimeZonesFinder;229 GeoTimeZonesFinder createGeoTimeZoneFinder() throws IOException; in createGeoTimeZoneFinder()
41 import com.android.timezone.location.lookup.GeoTimeZonesFinder;42 import com.android.timezone.location.lookup.GeoTimeZonesFinder.LocationToken;477 try (GeoTimeZonesFinder geoTimeZonesFinder = mEnvironment.createGeoTimeZoneFinder()) { in sendTimeZoneCertainResultIfNeeded()
20 import com.android.timezone.location.lookup.GeoTimeZonesFinder;93 try (GeoTimeZonesFinder geoTzFinder = GeoTimeZonesFinder.create(tzS2File); in main()
42 import com.android.timezone.location.lookup.GeoTimeZonesFinder;443 public GeoTimeZonesFinder createGeoTimeZoneFinder() throws IOException {444 return GeoTimeZonesFinder.create(mGeoDataFile);
38 import com.android.timezone.location.lookup.GeoTimeZonesFinder;237 public GeoTimeZonesFinder createGeoTimeZoneFinder() throws IOException {463 private static class FakeGeoTimeZonesFinder extends GeoTimeZonesFinder {
1 -keep class com.android.timezone.location.lookup.GeoTimeZonesFinder {