Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java400 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
430 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoStoreFiles()
DWifiConfigManagerTest.java203 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java325 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStore