Searched refs:mSuggestion (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/service/timezone/ |
D | TimeZoneProviderEvent.java | 71 private final TimeZoneProviderSuggestion mSuggestion; field in TimeZoneProviderEvent 88 mSuggestion = suggestion; in TimeZoneProviderEvent() 152 return mSuggestion; in getSuggestion() 202 parcel.writeParcelable(mSuggestion, 0); in writeToParcel() 212 + ", mSuggestion=" + mSuggestion in toString() 235 return mSuggestion.isEquivalentTo(other.mSuggestion) in isEquivalentTo() 252 && Objects.equals(mSuggestion, that.mSuggestion) in equals() 259 return Objects.hash(mType, mCreationElapsedMillis, mSuggestion, mFailureCause, in hashCode()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | LocationAlgorithmEvent.java | 55 @Nullable private final GeolocationTimeZoneSuggestion mSuggestion; field in LocationAlgorithmEvent 63 mSuggestion = suggestion; in LocationAlgorithmEvent() 80 return mSuggestion; in getSuggestion() 112 && Objects.equals(mSuggestion, that.mSuggestion); in equals() 117 return Objects.hash(mAlgorithmStatus, mSuggestion); in hashCode() 124 + ", mSuggestion=" + mSuggestion in toString()
|