Searched refs:locationToken (Results 1 – 5 of 5) 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);
877 final long locationToken = p.start(GlobalSettingsProto.LOCATION); in dumpProtoGlobalSettingsLocked() local896 p.end(locationToken); in dumpProtoGlobalSettingsLocked()2183 final long locationToken = p.start(SecureSettingsProto.LOCATION); in dumpProtoSecureSettingsLocked() local2191 p.end(locationToken); in dumpProtoSecureSettingsLocked()