Home
last modified time | relevance | path

Searched refs:isP2pMacRandomizationSupported (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java481 public boolean isP2pMacRandomizationSupported() { in isP2pMacRandomizationSupported() method in WifiGlobals
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java1450 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java803 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()