Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/metrics/
DDhcpErrorEventTest.kt17 private const val DHCP_SUBNET_MASK = 1 constant
38 val errorCode = errorCodeWithOption(DHCP_INVALID_OPTION_LENGTH, DHCP_SUBNET_MASK); in testErrorCodeWithOption()
40 assertTrue((DHCP_SUBNET_MASK and errorCode) == DHCP_SUBNET_MASK); in testErrorCodeWithOption()
/frameworks/base/packages/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java84 DhcpPacket.DHCP_SUBNET_MASK,