Home
last modified time | relevance | path

Searched refs:networkEventDispatcher (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/android/src/main/java/com/squareup/okhttp/
DConfigAwareConnectionPool.java52 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool
63 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool() argument
64 this.networkEventDispatcher = networkEventDispatcher; in ConfigAwareConnectionPool()
68 networkEventDispatcher = NetworkEventDispatcher.getInstance(); in ConfigAwareConnectionPool()
82 networkEventDispatcher.addListener(new NetworkEventListener() { in get()
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/
DConfigAwareConnectionPool.java54 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool
65 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool() argument
66 this.networkEventDispatcher = networkEventDispatcher; in ConfigAwareConnectionPool()
70 networkEventDispatcher = NetworkEventDispatcher.getInstance(); in ConfigAwareConnectionPool()
84 networkEventDispatcher.addListener(new NetworkEventListener() { in get()
/external/okhttp/android/src/test/java/com/squareup/okhttp/
DConfigAwareConnectionPoolTest.java39 NetworkEventDispatcher networkEventDispatcher = new NetworkEventDispatcher() {}; in get() local
40 ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool(networkEventDispatcher) {}; in get()
44 networkEventDispatcher.onNetworkConfigurationChanged(); in get()