Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java896 InputStream sharedStream1 = mock(InputStream.class); in testMigration() local
902 .thenReturn(sharedStream1); in testMigration()
919 when(sharedStream1.available()) in testMigration()
943 when(sharedStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
961 verify(sharedStream1, times(2)).available(); in testMigration()
962 verify(sharedStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()