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