Home
last modified time | relevance | path

Searched defs:networkEventDispatcher (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/android/main/java/com/squareup/okhttp/
DConfigAwareConnectionPool.java52 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool
63 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool()
/external/okhttp/android/test/java/com/squareup/okhttp/
DConfigAwareConnectionPoolTest.java39 NetworkEventDispatcher networkEventDispatcher = new NetworkEventDispatcher() {}; in get() local