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.java412 StoreData userStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible() local
413 when(userStoreData.getStoreFileId()) in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
419 mWifiConfigStore.registerStoreData(userStoreData); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
426 verify(userStoreData, never()).resetData(); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
427 verify(userStoreData, never()).deserializeData(any(), anyInt(), anyInt(), any()); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
440 StoreData userStoreData = mock(StoreData.class); in testReadWithNoStoreFiles() local
441 when(userStoreData.getStoreFileId()) in testReadWithNoStoreFiles()
447 mWifiConfigStore.registerStoreData(userStoreData); in testReadWithNoStoreFiles()
454 verify(userStoreData).resetData(); in testReadWithNoStoreFiles()
455 verify(userStoreData).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWithNoStoreFiles()
[all …]