Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java608 StoreData storeData2 = mock(StoreData.class); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() local
611 assertTrue(mWifiConfigStore.registerStoreData(storeData2)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
623 when(storeData2.getName()).thenReturn(storeData2Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
626 when(storeData2.getStoreFileId()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
634 verify(storeData2).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
635 reset(storeData1, storeData2); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
639 when(storeData2.getName()).thenReturn(storeData2Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
642 when(storeData2.getStoreFileId()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
649 verify(storeData2).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
650 verify(storeData2, never()).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
[all …]