Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DMetricsTimeZoneDetectorState.java65 @Nullable private final MetricsTimeZoneSuggestion mLatestGeolocationSuggestion; field in MetricsTimeZoneDetectorState
79 mLatestGeolocationSuggestion = latestGeolocationSuggestion; in MetricsTimeZoneDetectorState()
218 return mLatestGeolocationSuggestion; in getLatestGeolocationSuggestion()
235 && Objects.equals(mLatestGeolocationSuggestion, that.mLatestGeolocationSuggestion); in equals()
241 mLatestManualSuggestion, mLatestTelephonySuggestion, mLatestGeolocationSuggestion); in hashCode()
252 + ", mLatestGeolocationSuggestion=" + mLatestGeolocationSuggestion in toString()