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

/frameworks/base/core/java/android/net/http/
H A DConnection.java59 protected AndroidHttpClientConnection mHttpClientConnection = null; field in class:Connection
211 if (mHttpClientConnection == null ||
212 !mHttpClientConnection.isOpen()) {
235 req.sendRequest(mHttpClientConnection);
283 req.readResponse(mHttpClientConnection);
358 mHttpClientConnection = openConnection(req);
359 if (mHttpClientConnection != null) {
360 mHttpClientConnection.setSocketTimeout(SOCKET_TIMEOUT);
362 mHttpClientConnection);

Completed in 27 milliseconds