Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java428 StoreData sharedStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible() local
429 when(sharedStoreData.getStoreFileId()) in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
437 mWifiConfigStore.registerStoreData(sharedStoreData); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
442 verify(sharedStoreData).resetData(); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
443 verify(sharedStoreData).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
455 StoreData sharedStoreData = mock(StoreData.class); in testReadWithNoStoreFiles() local
456 when(sharedStoreData.getStoreFileId()) in testReadWithNoStoreFiles()
464 mWifiConfigStore.registerStoreData(sharedStoreData); in testReadWithNoStoreFiles()
473 verify(sharedStoreData).resetData(); in testReadWithNoStoreFiles()
474 verify(sharedStoreData).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWithNoStoreFiles()
[all …]