Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java935 String cellAddressString = httpGet(cellNetwork, url); in testOpenConnection() local
939 wifiAddressString.equals(cellAddressString)); in testOpenConnection()
954 final InetAddress cellAddress = InetAddresses.parseNumericAddress(cellAddressString); in testOpenConnection()