Searched refs:drainModeRunnable (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionPool.java110 // A scheduled drainModeRunnable keeps a reference to the enclosing ConnectionPool,
114 private final Runnable drainModeRunnable = new Runnable() { field in class:ConnectionPool
339 executorService.execute(drainModeRunnable);
356 // Do nothing -drainModeRunnable is already scheduled, and will reschedules itself as
362 executorService.execute(drainModeRunnable);

Completed in 194 milliseconds