Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java967 InputStream userStream2 = mock(InputStream.class); in testMigration() local
979 .thenReturn(userStream2); in testMigration()
996 when(userStream2.available()) in testMigration()
1020 when(userStream2.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
1035 verify(userStream2, times(2)).available(); in testMigration()
1036 verify(userStream2, times(2)).read(any(), anyInt(), anyInt()); in testMigration()