Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A 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()
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()
353 mThrottleType = THROTTLE_TYPE_NONE; in setNoThrottle()
[all …]