Searched refs:readAll (Results 1 – 4 of 4) sorted by relevance
221 Assert.assertEquals(LONG_TEXT, readAll(mPipeFromHandler)); in testProperTransmissionFromNetworkToInCall()234 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()
725 int ret = readAll(is, sig); in waitSocketSignal()767 private int readAll(InputStream is, byte[] b) throws IOException { in readAll() method in BluetoothSocket786 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()