Searched refs:aggressiveMac (Results 1 – 1 of 1) sorted by relevance
2328 final MacAddress aggressiveMac = config.getRandomizedMacAddress(); in testRandomizedMacUpdateAndRestore() local2329 assertNotEquals(WifiInfo.DEFAULT_MAC_ADDRESS, aggressiveMac.toString()); in testRandomizedMacUpdateAndRestore()2343 assertNotEquals(aggressiveMac, aggressiveMac2); in testRandomizedMacUpdateAndRestore()2357 assertNotEquals(persistentMac, aggressiveMac); in testRandomizedMacUpdateAndRestore()2436 final MacAddress aggressiveMac = config.getRandomizedMacAddress(); in testRandomizedMacIsNotUpdatedDueToTimeConstraint() local2437 assertNotEquals(WifiInfo.DEFAULT_MAC_ADDRESS, aggressiveMac.toString()); in testRandomizedMacIsNotUpdatedDueToTimeConstraint()2446 assertEquals(aggressiveMac, newMac); in testRandomizedMacIsNotUpdatedDueToTimeConstraint()2458 MacAddress aggressiveMac = config.getRandomizedMacAddress(); in testPerDeviceAggressiveRandomizationSsids() local2465 assertNotEquals(aggressiveMac, persistentMac); in testPerDeviceAggressiveRandomizationSsids()