Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/common/java/android/net/
DNattKeepalivePacketDataTest.kt69 private val TEST_ADDRV6 = "2001:db8::1".address() constant in android.net.NattKeepalivePacketDataTest
95 nattKeepalivePacket(srcAddress = TEST_ADDRV6) in address()
101 nattKeepalivePacket(dstAddress = TEST_ADDRV6) in address()
117 nattKeepalivePacket(srcAddress = TEST_ADDRV6, dstAddress = TEST_ADDRV4MAPPEDV6) in testConstructor_afterR()
120 nattKeepalivePacket(srcAddress = TEST_ADDRV4MAPPEDV6, dstAddress = TEST_ADDRV6) in testConstructor_afterR()
130 val packet2 = nattKeepalivePacket(srcAddress = TEST_ADDRV6, dstAddress = TEST_ADDRV6) in testConstructor_afterR()
131 assertEquals(TEST_ADDRV6, packet2.srcAddress) in testConstructor_afterR()
132 assertEquals(TEST_ADDRV6, packet2.dstAddress) in testConstructor_afterR()
DKeepalivePacketDataTest.kt41 private val TEST_ADDRV6 = "2001:db8::1".address() constant
72 TestKeepalivePacketData(dstAddress = TEST_ADDRV6) in address()