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.java637 LocationAlgorithmEvent latestLocationAlgorithmEvent = mLatestLocationAlgorithmEvent.get();
638 if (latestLocationAlgorithmEvent == null
639 || latestLocationAlgorithmEvent.getSuggestion() == null) {
643 GeolocationTimeZoneSuggestion suggestion = latestLocationAlgorithmEvent.getSuggestion();
684 LocationAlgorithmEvent latestLocationAlgorithmEvent = mLatestLocationAlgorithmEvent.get();
685 if (latestLocationAlgorithmEvent == null) {
689 GeolocationTimeZoneSuggestion suggestion = latestLocationAlgorithmEvent.getSuggestion();
1035 @Nullable LocationAlgorithmEvent latestLocationAlgorithmEvent) { in createTimeZoneDetectorStatus() argument
1050 currentConfigurationInternal, latestLocationAlgorithmEvent); in createTimeZoneDetectorStatus()
1059 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()