HomeSort by relevance Sort by last modified time
    Searched defs:runningCallsForHost (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java 108 if (runningCalls.size() < maxRequests && runningCallsForHost(call) < maxRequestsPerHost) {
152 if (runningCallsForHost(call) < maxRequestsPerHost) {
163 private int runningCallsForHost(AsyncCall call) {
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 264 milliseconds