Home
last modified time | relevance | path

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

/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockResponse.java45 private int throttleBytesPerPeriod = Integer.MAX_VALUE; field in MockResponse
237 this.throttleBytesPerPeriod = bytesPerPeriod; in throttleBody()
244 return throttleBytesPerPeriod; in getThrottleBytesPerPeriod()
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DMockResponse.java36 private long throttleBytesPerPeriod = Long.MAX_VALUE; field in MockResponse
203 this.throttleBytesPerPeriod = bytesPerPeriod; in throttleBody()
210 return throttleBytesPerPeriod; in getThrottleBytesPerPeriod()