Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java431 StoreData userStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible() local
432 when(userStoreData.getStoreFileId()) in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
438 mWifiConfigStore.registerStoreData(userStoreData); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
444 verify(userStoreData, never()).resetData(); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
445 verify(userStoreData, never()).deserializeData(any(), anyInt(), anyInt(), any()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
458 StoreData userStoreData = mock(StoreData.class); in testReadWithNoStoreFiles() local
459 when(userStoreData.getStoreFileId()) in testReadWithNoStoreFiles()
465 mWifiConfigStore.registerStoreData(userStoreData); in testReadWithNoStoreFiles()
471 verify(userStoreData).resetData(); in testReadWithNoStoreFiles()
472 verify(userStoreData).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWithNoStoreFiles()
[all …]