Searched refs:mThrottleType (Results 1 – 1 of 1) sorted by relevance
91 private final @ThrottleType int mThrottleType; field in ThrottleStatus129 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.Builder337 this.mThrottleType = THROTTLE_TYPE_ELAPSED_TIME; in setThrottleExpiryTimeMillis()[all …]