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()
141 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testReserveBluetoothPrefix() local
142 assertNotEquals("Should not get reserved prefix: ", mBluetoothPrefix, hotspotPrefix); in testReserveBluetoothPrefix()
153 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testNoConflictDownstreamPrefix() local
154 assertEquals("Wrong wifi prefix: ", predefinedPrefix, hotspotPrefix); in testNoConflictDownstreamPrefix()
209 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(hotspotAddr); in testNoConflictUpstreamPrefix() local
210 assertEquals("Wrong wifi prefix: ", predefinedPrefix, hotspotPrefix); in testNoConflictUpstreamPrefix()
[all …]