Home
last modified time | relevance | path

Searched refs:latestGeolocationSuggestion (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DMetricsTimeZoneDetectorState.java72 @Nullable MetricsTimeZoneSuggestion latestGeolocationSuggestion) { in MetricsTimeZoneDetectorState() argument
77 mLatestGeolocationSuggestion = latestGeolocationSuggestion; in MetricsTimeZoneDetectorState()
90 @Nullable GeolocationTimeZoneSuggestion latestGeolocationSuggestion) { in create() argument
99 createMetricsTimeZoneSuggestion(tzIdOrdinalGenerator, latestGeolocationSuggestion); in create()
H A DTimeZoneDetectorStrategyImpl.java445 GeolocationTimeZoneSuggestion latestGeolocationSuggestion = in doGeolocationTimeZoneDetection() local
447 if (latestGeolocationSuggestion == null) { in doGeolocationTimeZoneDetection()
451 List<String> zoneIds = latestGeolocationSuggestion.getZoneIds(); in doGeolocationTimeZoneDetection()