Searched refs:mApnType (Results 1 – 1 of 1) sorted by relevance
88 private final @Annotation.ApnType int mApnType; field in ThrottleStatus119 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.Builder314 this.mApnType = apnType; in setApnType()[all …]