Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java964 InputStream sharedStream1 = mock(InputStream.class); in testMigration() local
970 .thenReturn(sharedStream1); in testMigration()
987 when(sharedStream1.available()) in testMigration()
1011 when(sharedStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
1029 verify(sharedStream1, times(2)).available(); in testMigration()
1030 verify(sharedStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()