Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DDhcpInfoTest.java44 private int ipToInteger(String ipString) throws Exception { in ipToInteger() method in DhcpInfoTest
50 dhcpInfo.ipAddress = ipToInteger(STR_ADDR1); in createDhcpInfoObject()
51 dhcpInfo.gateway = ipToInteger(STR_ADDR2); in createDhcpInfoObject()
52 dhcpInfo.netmask = ipToInteger(STR_ADDR3); in createDhcpInfoObject()
53 dhcpInfo.dns1 = ipToInteger(STR_ADDR4); in createDhcpInfoObject()
54 dhcpInfo.dns2 = ipToInteger(STR_ADDR4); in createDhcpInfoObject()
55 dhcpInfo.serverAddress = ipToInteger(STR_ADDR2); in createDhcpInfoObject()