Searched refs:readAll (Results 1 – 5 of 5) sorted by relevance
203 Assert.assertEquals(LONG_TEXT, readAll(mPipeFromHandler)); in testProperTransmissionFromNetworkToInCall()216 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()
644 int ret = readAll(is, sig); in waitSocketSignal()680 private int readAll(InputStream is, byte[] b) throws IOException { in readAll() method in BluetoothSocket697 int ret = readAll(is, ibytes); in readInt()
104 public static List<String> readAll(File file) throws FileNotFoundException { in readAll() method in ShortcutManagerTestUtils105 return readAll(ParcelFileDescriptor.open( in readAll()109 public static List<String> readAll(ParcelFileDescriptor pfd) { in readAll() method in ShortcutManagerTestUtils171 result = readAll( in runCommand()
18350 HSPLandroid/bluetooth/BluetoothSocket;->readAll(Ljava/io/InputStream;[B)I