OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connectionsCleanupRunnable
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java
87
* as needed. Delays are instead handled by the {@link #
connectionsCleanupRunnable
}. It is
88
* important that the {@link #
connectionsCleanupRunnable
} stops eventually, otherwise it will pin
95
private final Runnable
connectionsCleanupRunnable
= new Runnable() {
208
executor.execute(
connectionsCleanupRunnable
);
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 51 milliseconds