Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java899 InputStream userStream2 = mock(InputStream.class); in testMigration() local
911 .thenReturn(userStream2); in testMigration()
928 when(userStream2.available()) in testMigration()
952 when(userStream2.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
967 verify(userStream2, times(2)).available(); in testMigration()
968 verify(userStream2, times(2)).read(any(), anyInt(), anyInt()); in testMigration()