Searched refs:isConnectedMacRandomizationEnabled (Results 1 – 8 of 8) sorted by relevance
49 if (mWifiGlobals.isConnectedMacRandomizationEnabled()) { in reset()
337 public boolean isConnectedMacRandomizationEnabled() { in isConnectedMacRandomizationEnabled() method in WifiGlobals
1599 if (mWifiGlobals.isConnectedMacRandomizationEnabled()) { in onUpChanged()4646 if (mWifiGlobals.isConnectedMacRandomizationEnabled()) { in enterImpl()5616 if (mWifiGlobals.isConnectedMacRandomizationEnabled()) { in exitImpl()7924 if (!mWifiGlobals.isConnectedMacRandomizationEnabled()) { in getFactoryMacAddress()8164 if (mWifiGlobals.isConnectedMacRandomizationEnabled()) { in updateWifiConfigOnStartConnection()8221 && mWifiGlobals.isConnectedMacRandomizationEnabled(); in startIpClient()
1299 if (mWifiGlobals.isConnectedMacRandomizationEnabled()) { in processMessageImpl()
598 if (mWifiGlobals.isConnectedMacRandomizationEnabled() in handleScanResults()
666 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(false); in clientModeStartedStopsWhenInterfaceDown()686 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(true); in clientModeStartedWithConnectedMacRandDoesNotStopWhenInterfaceDown()
698 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(true); in setUp()4202 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(false); in testConnectedMacRandomizationNotSupported()6280 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(false); in testGetFactoryMacAddressFailWithNoMacRandomizationSupport()6360 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(false); in testNoRandomizeMacAddressOnStartIfMacRandomizationNotEnabled()
6187 when(mWifiGlobals.isConnectedMacRandomizationEnabled()).thenReturn(true); in testIgnoreScanResultWhenDppInProgress()