Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DDispatcher.java50 private final Deque<Call> executedCalls = new ArrayDeque<>(); field in Dispatcher
132 for (Call call : executedCalls) { in cancel()
173 executedCalls.add(call); in executed()
178 if (!executedCalls.remove(call)) throw new AssertionError("Call wasn't in-flight!"); in finished()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DDispatcher.java52 private final Deque<Call> executedCalls = new ArrayDeque<>(); field in Dispatcher
134 for (Call call : executedCalls) { in cancel()
175 executedCalls.add(call); in executed()
180 if (!executedCalls.remove(call)) throw new AssertionError("Call wasn't in-flight!"); in finished()