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