Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java966 InputStream userStream1 = mock(InputStream.class); in testMigration() local
976 .thenReturn(userStream1); in testMigration()
993 when(userStream1.available()) in testMigration()
1017 when(userStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
1033 verify(userStream1, times(2)).available(); in testMigration()
1034 verify(userStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()