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

/frameworks/base/core/java/android/net/http/
H A DHttpConnection.java49 AndroidHttpClientConnection openConnection(Request req) throws IOException { method in class:HttpConnection
H A DHttpsConnection.java163 AndroidHttpClientConnection openConnection(Request req) throws IOException { method in class:HttpsConnection
345 HttpLog.v("HttpsConnection.openConnection():" +
H A DConnection.java358 mHttpClientConnection = openConnection(req);
506 abstract AndroidHttpClientConnection openConnection(Request req) throws IOException; method in class:Connection
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DHurlStack.java86 HttpURLConnection connection = openConnection(parsedUrl, request);
138 private HttpURLConnection openConnection(URL url, Request<?> request) throws IOException { method in class:HurlStack
139 HttpURLConnection connection = (HttpURLConnection) url.openConnection();

Completed in 220 milliseconds