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.java87 private final @ThrottleType int mThrottleType; field in ThrottleStatus
125 return mThrottleType; in getThrottleType()
164 mThrottleType = throttleType; in ThrottleStatus()
175 mThrottleType = source.readInt(); in ThrottleStatus()
185 dest.writeInt(mThrottleType); in writeToParcel()
208 return Objects.hash(mSlotIndex, mApnType, mRetryType, mThrottleType, in hashCode()
221 && this.mThrottleType == other.mThrottleType in equals()
237 + ", mThrottleType=" + mThrottleType in toString()
263 private @ThrottleType int mThrottleType; field in ThrottleStatus.Builder
333 this.mThrottleType = THROTTLE_TYPE_ELAPSED_TIME; in setThrottleExpiryTimeMillis()
[all …]