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

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

Completed in 34 milliseconds