Searched refs:sharedStoreData (Results 1 – 1 of 1) sorted by relevance
428 StoreData sharedStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible() local429 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() local456 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 …]