Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java606 StoreData storeData1 = mock(StoreData.class); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() local
609 assertTrue(mWifiConfigStore.registerStoreData(storeData1)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
621 when(storeData1.getName()).thenReturn(storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
623 when(storeData1.getStoreFileId()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
631 verify(storeData1).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
632 verify(storeData1, never()).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
634 reset(storeData1, storeData2); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
637 when(storeData1.getName()).thenReturn(storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
639 when(storeData1.getStoreFileId()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
647 verify(storeData1).deserializeData(eq(null), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
[all …]