Searched refs:readAll (Results 1 – 6 of 6) sorted by relevance
115 return receiveBytes(ipc, RemoteStream::readAll);124 public static byte[] readAll(InputStream inputStream) throws IOException {
223 Assert.assertEquals(LONG_TEXT, readAll(mPipeFromHandler)); in testProperTransmissionFromNetworkToInCall()237 private String readAll(InputStreamReader inputStreamReader) throws IOException { in readAll() method in ImsRttTextHandlerTest
729 int ret = readAll(is, sig); in waitSocketSignal()771 private int readAll(InputStream is, byte[] b) throws IOException { in readAll() method in BluetoothSocket790 int ret = readAll(is, ibytes); in readInt()
25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.readAll;80 return readAll(out); in callShellCommand()
108 public static List<String> readAll(File file) throws FileNotFoundException { in readAll() method in ShortcutManagerTestUtils109 return readAll(ParcelFileDescriptor.open( in readAll()113 public static List<String> readAll(ParcelFileDescriptor pfd) { in readAll() method in ShortcutManagerTestUtils199 result = readAll( in runCommand()
10846 Landroid/bluetooth/BluetoothSocket;->readAll(Ljava/io/InputStream;[B)I