Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java2452 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomizationPasspoint()
2457 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomizationPasspoint()
2468 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomization_randomizationNonPersistent()
2479 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomization_randomizationPersistent()
2495 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkNoCaptivePortal()
2498 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkNoCaptivePortal()
2511 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testNonPersistentMacRandomizationIsEnabledGlobally()
2514 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testNonPersistentMacRandomizationIsEnabledGlobally()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java468 public boolean shouldUseNonPersistentRandomization(WifiConfiguration config) { in shouldUseNonPersistentRandomization() method in WifiConfigManager
636 MacAddress mac = shouldUseNonPersistentRandomization(config) in getRandomizedMacAndUpdateIfNeeded()
3477 MacAddress randomizedMac = shouldUseNonPersistentRandomization(internalConfig) in initRandomizedMacForInternalConfig()
DWifiMetrics.java1901 mWifiConfigManager.shouldUseNonPersistentRandomization(config); in startConnectionEvent()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java1219 if (mWifiConfigManager.shouldUseNonPersistentRandomization(config)) { in getWifiConfigsForPasspointProfiles()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1330 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(false); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()
1354 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(true); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()