Searched refs:locationToken (Results 1 – 4 of 4) sorted by relevance
74 public List<String> findTimeZonesForLocationToken(LocationToken locationToken) in findTimeZonesForLocationToken() argument76 if (!(locationToken instanceof LocationTokenImpl)) { in findTimeZonesForLocationToken()77 throw new IllegalArgumentException("Unknown locationToken=" + locationToken); in findTimeZonesForLocationToken()79 LocationTokenImpl locationTokenImpl = (LocationTokenImpl) locationToken; in findTimeZonesForLocationToken()
82 public abstract List<String> findTimeZonesForLocationToken(LocationToken locationToken) in findTimeZonesForLocationToken() argument
479 LocationToken locationToken = geoTimeZonesFinder.createLocationTokenForLatLng( in sendTimeZoneCertainResultIfNeeded() local484 if (locationToken.equals(mLastLocationToken)) { in sendTimeZoneCertainResultIfNeeded()488 geoTimeZonesFinder.findTimeZonesForLocationToken(locationToken); in sendTimeZoneCertainResultIfNeeded()489 logDebug("tzIds found for locationToken=" + locationToken + ", tzIds=" + tzIds); in sendTimeZoneCertainResultIfNeeded()501 reportTimeZoneProviderResultInternal(result, locationToken); in sendTimeZoneCertainResultIfNeeded()537 @Nullable LocationToken locationToken) { in reportTimeZoneProviderResultInternal() argument539 mLastLocationToken = locationToken; in reportTimeZoneProviderResultInternal()
528 public List<String> findTimeZonesForLocationToken(LocationToken locationToken)531 return mTimeZoneLookup.get(locationToken);