Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/data/
DHttpUrlFetcher.java22 private final HttpUrlConnectionFactory connectionFactory; field in HttpUrlFetcher
33 HttpUrlFetcher(GlideUrl glideUrl, HttpUrlConnectionFactory connectionFactory) { in HttpUrlFetcher() argument
35 this.connectionFactory = connectionFactory; in HttpUrlFetcher()
57 urlConnection = connectionFactory.build(url); in loadDataWithRedirects()
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessConnection.java267 ChildServiceConnectionFactory connectionFactory) { in ChildProcessConnection() argument
275 if (connectionFactory == null) { in ChildProcessConnection()
276 connectionFactory = new ChildServiceConnectionFactory() { in ChildProcessConnection()
316 mModerateBinding = connectionFactory.createConnection(intent, defaultFlags, delegate); in ChildProcessConnection()
317 mStrongBinding = connectionFactory.createConnection( in ChildProcessConnection()
319 mWaivedBinding = connectionFactory.createConnection( in ChildProcessConnection()
DChildConnectionAllocator.java286 public void setConnectionFactoryForTesting(ConnectionFactory connectionFactory) { in setConnectionFactoryForTesting() argument
287 mConnectionFactory = connectionFactory; in setConnectionFactoryForTesting()