Searched refs:hotspotPrefix (Results 1 – 1 of 1) sorted by relevance
79 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testDownstreamPrefixRequest() local80 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() local137 assertNotEquals("Should not get reserved prefix: ", mBluetoothPrefix, hotspotPrefix); in testReserveBluetoothPrefix()148 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testNoConflictDownstreamPrefix() local149 assertEquals("Wrong wifi perfix: ", predefinedPrefix, hotspotPrefix); in testNoConflictDownstreamPrefix()204 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(hotspotAddr); in testNoConflictUpstreamPrefix() local205 assertEquals("Wrong wifi perfix: ", predefinedPrefix, hotspotPrefix); in testNoConflictUpstreamPrefix()[all …]