Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java367 private static String httpGet(Network network, URL httpUrl) throws IOException { in httpGet() argument
368 HttpURLConnection connection = (HttpURLConnection) network.openConnection(httpUrl); in httpGet()