Searched refs:openDataInputStream (Results 1 – 5 of 5) sorted by relevance
64 public DataInputStream openDataInputStream() throws IOException { in openDataInputStream() method in FakeObexTransport.BiDirectionalTransport
57 public DataInputStream openDataInputStream() throws IOException { in openDataInputStream() method in BluetoothObexTransport
113 EventReport ev = EventReport.fromStream(op.openDataInputStream()); in onPut()
133 when(op.openDataInputStream()).thenReturn(stream); in onPut_whenHeaderSetIsValid_returnsOk()
661 public DataInputStream openDataInputStream() throws IOException { in openDataInputStream() method in TestTcpTransport