Home
last modified time | relevance | path

Searched refs:httpUrl (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2961 ValidationProperties properties, ProxyInfo proxy, URL httpsUrl, URL httpUrl) { in sendHttpAndHttpsParallelWithFallbackProbes() argument
2969 final ProbeThread httpProbe = new ProbeThread(latch, properties, proxy, httpUrl, in sendHttpAndHttpsParallelWithFallbackProbes()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java585 private static String httpGet(Network network, URL httpUrl) throws IOException { in httpGet() argument
586 HttpURLConnection connection = (HttpURLConnection) network.openConnection(httpUrl); in httpGet()