Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java88 private final @Annotation.ApnType int mApnType; field in ThrottleStatus
119 return mApnType; in getApnType()
167 mApnType = apnTypes; in ThrottleStatus()
176 mApnType = source.readInt(); in ThrottleStatus()
186 dest.writeInt(mApnType); in writeToParcel()
212 return Objects.hash(mSlotIndex, mApnType, mRetryType, mThrottleType, in hashCode()
223 && this.mApnType == other.mApnType in equals()
238 + ", mApnType=" + ApnSetting.getApnTypeString(mApnType) in toString()
264 private @Annotation.ApnType int mApnType; field in ThrottleStatus.Builder
314 this.mApnType = apnType; in setApnType()
[all …]