Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java2337 MacAddress aggressiveMac2 = mWifiConfigManager.getRandomizedMacAndUpdateIfNeeded(config); in testRandomizedMacUpdateAndRestore() local
2342 assertEquals(aggressiveMac2, config.getRandomizedMacAddress()); in testRandomizedMacUpdateAndRestore()
2343 assertNotEquals(aggressiveMac, aggressiveMac2); in testRandomizedMacUpdateAndRestore()
2358 assertNotEquals(persistentMac, aggressiveMac2); in testRandomizedMacUpdateAndRestore()