OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttleBytesPerPeriod
(Results
1 - 2
of
2
) sorted by null
/external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java
45
private int
throttleBytesPerPeriod
= Integer.MAX_VALUE;
237
this.
throttleBytesPerPeriod
= bytesPerPeriod;
244
return
throttleBytesPerPeriod
;
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java
41
private int
throttleBytesPerPeriod
= Integer.MAX_VALUE;
222
this.
throttleBytesPerPeriod
= bytesPerPeriod;
229
return
throttleBytesPerPeriod
;
Completed in 87 milliseconds