Searched refs:readAll (Results 1 – 5 of 5) sorted by relevance
220 Assert.assertEquals(LONG_TEXT, readAll(mPipeFromHandler)); in testProperTransmissionFromNetworkToInCall()233 private String readAll(InputStreamReader inputStreamReader) throws IOException { in readAll() method in ImsRttTextHandlerTest
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.readAll;74 return readAll(out); in callShellCommand()
715 int ret = readAll(is, sig); in waitSocketSignal()757 private int readAll(InputStream is, byte[] b) throws IOException { in readAll() method in BluetoothSocket776 int ret = readAll(is, ibytes); in readInt()
103 public static List<String> readAll(File file) throws FileNotFoundException { in readAll() method in ShortcutManagerTestUtils104 return readAll(ParcelFileDescriptor.open( in readAll()108 public static List<String> readAll(ParcelFileDescriptor pfd) { in readAll() method in ShortcutManagerTestUtils170 result = readAll( in runCommand()
16545 HSPLandroid/bluetooth/BluetoothSocket;->readAll(Ljava/io/InputStream;[B)I43189 HSPLcom/android/okhttp/okio/BufferedSource;->readAll(Lcom/android/okhttp/okio/Sink;)J