Searched refs:shouldUseAggressiveRandomization (Results 1 – 3 of 3) sorted by relevance
426 public boolean shouldUseAggressiveRandomization(WifiConfiguration config) { in shouldUseAggressiveRandomization() method in WifiConfigManager566 MacAddress mac = shouldUseAggressiveRandomization(config)2997 MacAddress randomizedMac = shouldUseAggressiveRandomization(internalConfig) in initRandomizedMacForInternalConfig()
1449 mWifiConfigManager.shouldUseAggressiveRandomization(config); in startConnectionEvent()
2292 assertFalse(mWifiConfigManager.shouldUseAggressiveRandomization(c)); in testShouldUseAggressiveRandomizationPasspoint()2297 assertTrue(mWifiConfigManager.shouldUseAggressiveRandomization(c)); in testShouldUseAggressiveRandomizationPasspoint()2310 assertTrue(mWifiConfigManager.shouldUseAggressiveRandomization(config)); in testEnhanecedMacRandomizationIsEnabledGlobally()2313 assertFalse(mWifiConfigManager.shouldUseAggressiveRandomization(config)); in testEnhanecedMacRandomizationIsEnabledGlobally()