Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java566 String wifiAddressString = httpGet(wifiNetwork, url); in testOpenConnection()
567 String cellAddressString = httpGet(cellNetwork, url); in testOpenConnection()
585 private static String httpGet(Network network, URL httpUrl) throws IOException { in httpGet() method in ConnectivityManagerTest