Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java2328 final MacAddress aggressiveMac = config.getRandomizedMacAddress(); in testRandomizedMacUpdateAndRestore() local
2329 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() local
2437 assertNotEquals(WifiInfo.DEFAULT_MAC_ADDRESS, aggressiveMac.toString()); in testRandomizedMacIsNotUpdatedDueToTimeConstraint()
2446 assertEquals(aggressiveMac, newMac); in testRandomizedMacIsNotUpdatedDueToTimeConstraint()
2458 MacAddress aggressiveMac = config.getRandomizedMacAddress(); in testPerDeviceAggressiveRandomizationSsids() local
2465 assertNotEquals(aggressiveMac, persistentMac); in testPerDeviceAggressiveRandomizationSsids()