Searched defs:mConnectionManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java39 private RequestQueue.ConnectionManager mConnectionManager; field in class:ConnectionThread
53 mConnectionManager = connectionManager;
109 mConnection = mConnectionManager.getConnection(mContext,
113 if (!mConnectionManager.recycleConnection(mConnection)) {

Completed in 52 milliseconds