Home
last modified time | relevance | path

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

/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
DConnectivityManagerLegacyTest.java87 private int ipv4AddrToInt(String addrString) throws Exception { in ipv4AddrToInt() method in ConnectivityManagerLegacyTest
179 mCm.requestRouteToHost(TYPE_MOBILE_HIPRI, ipv4AddrToInt(HOST_ADDRESS1))); in testStartUsingNetworkFeature_enableHipri()
305 mCm.requestRouteToHost(type, ipv4AddrToInt(HOST_ADDRESS4)) == expectToWork); in testRequestRouteToHost()
314 assertFalse(mCm.requestRouteToHost(-1, ipv4AddrToInt(HOST_ADDRESS4))); in testRequestRouteToHost()