Home
last modified time | relevance | path

Searched refs:isSaveFactoryMacToConfigStoreEnabled (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java139 assertEquals(true, mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled()); in testSaveFactoryMacToConfigStoreEnabled()
DClientModeImplTest.java749 when(mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled()).thenReturn(true); in setUp()
6207 when(mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled()).thenReturn(false); in testGetFactoryMacAddressAlwaysFromWifiNative()
DWifiServiceImplTest.java7577 when(mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled()).thenReturn(true); in testGetFactoryMacAddresses()
7639 when(mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled()).thenReturn(true); in testGetFactoryMacAddressesSuccessFromSettingStore()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java518 public boolean isSaveFactoryMacToConfigStoreEnabled() { in isSaveFactoryMacToConfigStoreEnabled() method in WifiGlobals
DWifiServiceImpl.java6339 if (mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled()) {
DClientModeImpl.java7886 mWifiGlobals.isSaveFactoryMacToConfigStoreEnabled(); in retrieveFactoryMacAddressAndStoreIfNecessary()