Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DDhcpInfoTest.java41 private static final String STR_ADDR4 = "192.168.1.0"; field in DhcpInfoTest
53 dhcpInfo.dns1 = ipToInteger(STR_ADDR4); in createDhcpInfoObject()
54 dhcpInfo.dns2 = ipToInteger(STR_ADDR4); in createDhcpInfoObject()
78 + STR_ADDR3 + " dns1 " + STR_ADDR4 + " dns2 " + STR_ADDR4 + " DHCP server " in testToString()