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.java420 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
450 assertFalse(mWifiConfigStore.areStoresPresent()); in testReadWithNoStoreFiles()
DWifiConfigManagerTest.java216 when(mWifiConfigStore.areStoresPresent()).thenReturn(true); in setUp()
3573 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testFreshInstallLoadFromStore()
3589 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testFreshInstallLoadFromStoreAfterUserUnlock()
3612 when(mWifiConfigStore.areStoresPresent()).thenReturn(false); in testHandleUserSwitchAfterFreshInstall()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java360 public boolean areStoresPresent() { in areStoresPresent() method in WifiConfigStore