Searched refs:areStoresPresent (Results 1 – 5 of 5) sorted by relevance
328 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()352 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoStoreFiles()
178 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()
296 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStoreLegacy
236 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStore
2749 if (!mWifiConfigStoreLegacy.areStoresPresent()) { in migrateFromLegacyStore()2753 if (mWifiConfigStore.areStoresPresent()) { in migrateFromLegacyStore()2799 if (!mWifiConfigStore.areStoresPresent()) { in loadFromStore()2801 if (!mWifiConfigStoreLegacy.areStoresPresent()) { in loadFromStore()