Searched refs:httpGet (Results 1 – 1 of 1) sorted by relevance
566 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