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

/frameworks/base/core/java/android/net/http/
H A DConnection.java58 protected AndroidHttpClientConnection mHttpClientConnection = null; field in class:Connection
210 if (mHttpClientConnection == null ||
211 !mHttpClientConnection.isOpen()) {
234 req.sendRequest(mHttpClientConnection);
282 req.readResponse(mHttpClientConnection);
357 mHttpClientConnection = openConnection(req);
358 if (mHttpClientConnection != null) {
359 mHttpClientConnection.setSocketTimeout(SOCKET_TIMEOUT);
361 mHttpClientConnection);

Completed in 63 milliseconds