Searched refs:shouldUseNonPersistentRandomization (Results 1 – 5 of 5) sorted by relevance
2452 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()
468 public boolean shouldUseNonPersistentRandomization(WifiConfiguration config) { in shouldUseNonPersistentRandomization() method in WifiConfigManager636 MacAddress mac = shouldUseNonPersistentRandomization(config) in getRandomizedMacAndUpdateIfNeeded()3477 MacAddress randomizedMac = shouldUseNonPersistentRandomization(internalConfig) in initRandomizedMacForInternalConfig()
1901 mWifiConfigManager.shouldUseNonPersistentRandomization(config); in startConnectionEvent()
1219 if (mWifiConfigManager.shouldUseNonPersistentRandomization(config)) { in getWifiConfigsForPasspointProfiles()
1330 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(false); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()1354 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(true); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()