Searched refs:ipv4AddrToInt (Results 1 – 1 of 1) sorted by relevance
87 private int ipv4AddrToInt(String addrString) throws Exception { in ipv4AddrToInt() method in ConnectivityManagerLegacyTest179 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()