Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImpl.java666 LocationAlgorithmEvent latestLocationAlgorithmEvent = mLatestLocationAlgorithmEvent.get();
667 if (latestLocationAlgorithmEvent == null
668 || latestLocationAlgorithmEvent.getSuggestion() == null) {
672 GeolocationTimeZoneSuggestion suggestion = latestLocationAlgorithmEvent.getSuggestion();
712 LocationAlgorithmEvent latestLocationAlgorithmEvent = mLatestLocationAlgorithmEvent.get();
713 if (latestLocationAlgorithmEvent == null) {
717 GeolocationTimeZoneSuggestion suggestion = latestLocationAlgorithmEvent.getSuggestion();
1043 @Nullable LocationAlgorithmEvent latestLocationAlgorithmEvent) { in createTimeZoneDetectorStatus() argument
1058 currentConfigurationInternal, latestLocationAlgorithmEvent); in createTimeZoneDetectorStatus()
1067 LocationAlgorithmEvent latestLocationAlgorithmEvent) { in createLocationAlgorithmStatus() argument
[all …]
DMetricsTimeZoneDetectorState.java92 @Nullable LocationAlgorithmEvent latestLocationAlgorithmEvent) { in create() argument
106 if (latestLocationAlgorithmEvent != null) { in create()
107 GeolocationTimeZoneSuggestion suggestion = latestLocationAlgorithmEvent.getSuggestion(); in create()