Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java146 @MatchType private final int mMatchType; field in TelephonyTimeZoneSuggestion
153 mMatchType = builder.mMatchType; in TelephonyTimeZoneSuggestion()
179 dest.writeInt(mMatchType); in writeToParcel()
217 return mMatchType; in getMatchType()
275 && mMatchType == that.mMatchType in equals()
282 return Objects.hash(mSlotIndex, mZoneId, mMatchType, mQuality); in hashCode()
290 + ", mMatchType=" + mMatchType in toString()
304 @MatchType private int mMatchType; field in TelephonyTimeZoneSuggestion.Builder
335 mMatchType = matchType; in setMatchType()
370 int matchType = mMatchType; in validate()