Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java102 LinkAddress actualAddress = mPrivateAddressCoordinator.requestDownstreamAddress( in testRequestDownstreamAddress() local
104 assertEquals(actualAddress, expectedAddress); in testRequestDownstreamAddress()
109 actualAddress = mPrivateAddressCoordinator.requestDownstreamAddress( in testRequestDownstreamAddress()
111 assertEquals(actualAddress, expectedAddress); in testRequestDownstreamAddress()
116 actualAddress = mPrivateAddressCoordinator.requestDownstreamAddress( in testRequestDownstreamAddress()
118 assertEquals(actualAddress, expectedAddress); in testRequestDownstreamAddress()
124 actualAddress = mPrivateAddressCoordinator.requestDownstreamAddress( in testRequestDownstreamAddress()
126 assertEquals(actualAddress, expectedAddress); in testRequestDownstreamAddress()