OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThrottleUnit
(Results
1 - 4
of
4
) sorted by null
/external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java
251
public TimeUnit
getThrottleUnit
() {
MockWebServer.java
532
long delayMs = throttlePolicy.
getThrottleUnit
().toMillis(throttlePolicy.getThrottlePeriod());
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java
236
public TimeUnit
getThrottleUnit
() {
MockWebServer.java
538
long delayMs = throttlePolicy.
getThrottleUnit
().toMillis(throttlePolicy.getThrottlePeriod());
723
long delayMs = response.
getThrottleUnit
().toMillis(response.getThrottlePeriod());
Completed in 135 milliseconds