Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java79 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testDownstreamPrefixRequest() local
80 assertNotEquals(hotspotPrefix, mBluetoothPrefix); in testDownstreamPrefixRequest()
85 assertNotEquals(hotspotPrefix, testDupRequest); in testDownstreamPrefixRequest()
93 assertNotEquals(usbPrefix, hotspotPrefix); in testDownstreamPrefixRequest()
136 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testReserveBluetoothPrefix() local
137 assertNotEquals("Should not get reserved prefix: ", mBluetoothPrefix, hotspotPrefix); in testReserveBluetoothPrefix()
148 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testNoConflictDownstreamPrefix() local
149 assertEquals("Wrong wifi perfix: ", predefinedPrefix, hotspotPrefix); in testNoConflictDownstreamPrefix()
204 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(hotspotAddr); in testNoConflictUpstreamPrefix() local
205 assertEquals("Wrong wifi perfix: ", predefinedPrefix, hotspotPrefix); in testNoConflictUpstreamPrefix()
[all …]