Searched refs:userStoreData (Results 1 – 1 of 1) sorted by relevance
431 StoreData userStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible() local432 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() local459 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 …]