Searched refs:allowEnhancedMacRandomizationOnOpenSsids (Results 1 – 4 of 4) sorted by relevance
219 assertEquals(false, mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids()); in testDefaultValue()409 assertEquals(true, mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids()); in testFieldUpdates()
2297 when(mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids()).thenReturn(true); in testShouldUseEnhancedRandomization_openNetworkNoCaptivePortal()2318 when(mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids()).thenReturn(false); in testShouldUseEnhancedRandomization_openNetworkFeatureFlag()2323 when(mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids()).thenReturn(true); in testShouldUseEnhancedRandomization_openNetworkFeatureFlag()2326 when(mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids()).thenReturn(false); in testShouldUseEnhancedRandomization_openNetworkFeatureFlag()
776 public boolean allowEnhancedMacRandomizationOnOpenSsids() { in allowEnhancedMacRandomizationOnOpenSsids() method in DeviceConfigFacade
463 if (!mDeviceConfigFacade.allowEnhancedMacRandomizationOnOpenSsids() in shouldEnableEnhancedRandomizationOnOpenNetwork()