Searched refs:shouldUseNonPersistentRandomization (Results 1 – 5 of 5) sorted by relevance
2371 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomizationPasspoint()2376 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomizationPasspoint()2387 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomization_randomizationNonPersistent()2398 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(c)); in testShouldUseNonPersistentRandomization_randomizationPersistent()2413 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkNoCaptivePortal()2416 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkNoCaptivePortal()2432 assertFalse(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkFeatureFlag()2436 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkFeatureFlag()2441 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testShouldUseNonPersistentRandomization_openNetworkFeatureFlag()2454 assertTrue(mWifiConfigManager.shouldUseNonPersistentRandomization(config)); in testNonPersistentMacRandomizationIsEnabledGlobally()[all …]
463 public boolean shouldUseNonPersistentRandomization(WifiConfiguration config) { in shouldUseNonPersistentRandomization() method in WifiConfigManager641 MacAddress mac = shouldUseNonPersistentRandomization(config) in getRandomizedMacAndUpdateIfNeeded()3420 MacAddress randomizedMac = shouldUseNonPersistentRandomization(internalConfig) in initRandomizedMacForInternalConfig()
1859 mWifiConfigManager.shouldUseNonPersistentRandomization(config); in startConnectionEvent()
1206 if (mWifiConfigManager.shouldUseNonPersistentRandomization(config)) { in getWifiConfigsForPasspointProfiles()
1319 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(false); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()1342 when(mWifiConfigManager.shouldUseNonPersistentRandomization(any())).thenReturn(true); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()