Home
last modified time | relevance | path

Searched refs:areStoresPresent (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java328 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
352 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoStoreFiles()
DWifiConfigManagerTest.java178 when(mWifiConfigStore.areStoresPresent()).thenReturn(true); in setUp()
2746 when(mWifiConfigStoreLegacy.areStoresPresent()).thenReturn(true); in testMigrationFromLegacyStore()
2747 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testMigrationFromLegacyStore()
2771 when(mWifiConfigStoreLegacy.areStoresPresent()).thenReturn(false); in testNoDuplicateMigrationFromLegacyStore()
2787 when(mWifiConfigStore.areStoresPresent()).thenReturn(true); in testNewStoreFilesPresentNoMigrationFromLegacyStore()
2788 when(mWifiConfigStoreLegacy.areStoresPresent()).thenReturn(true); in testNewStoreFilesPresentNoMigrationFromLegacyStore()
2805 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testFreshInstallDoesNotLoadFromStore()
2806 when(mWifiConfigStoreLegacy.areStoresPresent()).thenReturn(false); in testFreshInstallDoesNotLoadFromStore()
2823 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testHandleUserSwitchAfterFreshInstall()
2824 when(mWifiConfigStoreLegacy.areStoresPresent()).thenReturn(false); in testHandleUserSwitchAfterFreshInstall()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStoreLegacy.java296 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStoreLegacy
DWifiConfigStore.java236 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStore
DWifiConfigManager.java2749 if (!mWifiConfigStoreLegacy.areStoresPresent()) { in migrateFromLegacyStore()
2753 if (mWifiConfigStore.areStoresPresent()) { in migrateFromLegacyStore()
2799 if (!mWifiConfigStore.areStoresPresent()) { in loadFromStore()
2801 if (!mWifiConfigStoreLegacy.areStoresPresent()) { in loadFromStore()