Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java897 InputStream sharedStream2 = mock(InputStream.class); in testMigration() local
905 .thenReturn(sharedStream2); in testMigration()
922 when(sharedStream2.available()) in testMigration()
946 when(sharedStream2.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
963 verify(sharedStream2, times(2)).available(); in testMigration()
964 verify(sharedStream2, times(2)).read(any(), anyInt(), anyInt()); in testMigration()