Searched refs:isP2pMacRandomizationSupported (Results 1 – 3 of 3) sorted by relevance
481 public boolean isP2pMacRandomizationSupported() { in isP2pMacRandomizationSupported() method in WifiGlobals
1450 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(false); in setUpWifiP2pServiceImpl()3024 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(true); in testP2pRandomMacWithOemSupport()3033 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(false); in testP2pRandomMacWithoutOemSupport()4118 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(false); in testRequestDeviceInfoNotSetUpInterfaceWhenDeviceAddressExists()4144 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(true); in testRequestDeviceInfoSetUpInterfaceWhenRandomMacEnabled()4925 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(true); in testSetDeviceNameFailureWithNameExceedMaximumLength()4950 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(true); in testSetDeviceNameFailureWithMultilingualNameExceedMaximumLength()4975 when(mWifiGlobals.isP2pMacRandomizationSupported()).thenReturn(true); in testSetDeviceNameFailureWithEmptyName()
803 if (!mWifiGlobals.isP2pMacRandomizationSupported() && !TextUtils.isEmpty(deviceAddress)) { in handleBootCompleted()2148 if (!mWifiGlobals.isP2pMacRandomizationSupported() in needsActiveP2p()2980 if (mWifiGlobals.isP2pMacRandomizationSupported()) { in setupInterfaceFeatures()7705 if (!mWifiGlobals.isP2pMacRandomizationSupported()) { in initializeP2pSettings()