Searched defs:openConnection (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/net/
H A DNetwork.java61 // and openConnection, and a lock to protect access to them.
242 * @see java.net.URL#openConnection()
244 public URLConnection openConnection(URL url) throws IOException { method in class:Network
/frameworks/base/core/java/android/net/http/
H A DConnection.java357 mHttpClientConnection = openConnection(req);
505 abstract AndroidHttpClientConnection openConnection(Request req) throws IOException; method in class:Connection
H A DHttpConnection.java47 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():" +
/frameworks/volley/src/com/android/volley/toolbox/
H A DHurlStack.java102 HttpURLConnection connection = openConnection(parsedUrl, request);
152 return (HttpURLConnection) url.openConnection();
161 private HttpURLConnection openConnection(URL url, Request<?> request) throws IOException { method in class:HurlStack

Completed in 709 milliseconds