Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java898 InputStream userStream1 = mock(InputStream.class); in testMigration() local
908 .thenReturn(userStream1); in testMigration()
925 when(userStream1.available()) in testMigration()
949 when(userStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()
965 verify(userStream1, times(2)).available(); in testMigration()
966 verify(userStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()