Home
last modified time | relevance | path

Searched refs:mProxyHost (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/http/
DRequestQueue.java57 private HttpHost mProxyHost = null; field in RequestQueue
139 return mProxyHost; in getProxyHost()
174 con = Connection.getConnection(mContext, host, mProxyHost, in getConnection()
261 mProxyHost = null; in setProxyConfig()
266 mProxyHost = null; in setProxyConfig()
269 mProxyHost = new HttpHost(host, Proxy.getPort(mContext), "http"); in setProxyConfig()
279 return mProxyHost; in getProxyHost()
329 req = new Request(method, httpHost, mProxyHost, uri.getPath(), bodyProvider, in queueRequest()
376 Request req = new Request(method, host, mProxyHost, uri.getPath(), in queueSynchronousRequest()
382 Connection conn = Connection.getConnection(mContext, host, mProxyHost, in queueSynchronousRequest()
[all …]
DHttpsConnection.java136 private HttpHost mProxyHost; field in HttpsConnection
144 mProxyHost = proxy; in HttpsConnection()
166 if (mProxyHost != null) { in openConnection()
178 (mProxyHost.getHostName(), mProxyHost.getPort()); in openConnection()
DRequest.java66 HttpHost mProxyHost; field in Request
114 mProxyHost = proxyHost; in Request()
394 if (mProxyHost == null || in getUri()