Searched refs:mMatchType (Results 1 – 1 of 1) sorted by relevance
146 @MatchType private final int mMatchType; field in TelephonyTimeZoneSuggestion153 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.Builder335 mMatchType = matchType; in setMatchType()370 int matchType = mMatchType; in validate()