Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java91 private final @ThrottleType int mThrottleType; field in ThrottleStatus
129 return mThrottleType; in getThrottleType()
168 mThrottleType = throttleType; in ThrottleStatus()
179 mThrottleType = source.readInt(); in ThrottleStatus()
189 dest.writeInt(mThrottleType); in writeToParcel()
212 return Objects.hash(mSlotIndex, mApnType, mRetryType, mThrottleType, in hashCode()
225 && this.mThrottleType == other.mThrottleType in equals()
241 + ", mThrottleType=" + mThrottleType in toString()
267 private @ThrottleType int mThrottleType; field in ThrottleStatus.Builder
337 this.mThrottleType = THROTTLE_TYPE_ELAPSED_TIME; in setThrottleExpiryTimeMillis()
[all …]