Searched refs:areStoresPresent (Results 1 – 3 of 3) sorted by relevance
400 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()430 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoStoreFiles()
203 when(mWifiConfigStore.areStoresPresent()).thenReturn(true); in setUp()3478 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testFreshInstallLoadFromStore()3494 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testFreshInstallLoadFromStoreAfterUserUnlock()3517 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testHandleUserSwitchAfterFreshInstall()
325 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStore