Searched refs:shouldUseNonPersistentRandomization (Results 1 – 5 of 5) sorted by relevance
2613 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomizationPasspoint()2618 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomizationPasspoint()2629 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomization_randomizationNonPersistent()2640 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomization_randomizationPersistent()2656 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkNoCaptivePortal()2659 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkNoCaptivePortal()2672 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testNonPersistentMacRandomizationIsEnabledGlobally()2675 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testNonPersistentMacRandomizationIsEnabledGlobally()
509 public boolean shouldUseNonPersistentRandomization(WifiConfiguration config) { in shouldUseNonPersistentRandomization() method in WifiConfigManager677 MacAddress mac = shouldUseNonPersistentRandomization(config) in getRandomizedMacAndUpdateIfNeeded()3682 MacAddress randomizedMac = shouldUseNonPersistentRandomization(internalConfig) in initRandomizedMacForInternalConfig()
2066 mWifiConfigManager.shouldUseNonPersistentRandomization(config); in startConnectionEvent()
1230 if (mWifiConfigManager.shouldUseNonPersistentRandomization(config)) { in getWifiConfigsForPasspointProfiles()
1330 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(false); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()1354 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(true); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()