Searched refs:readAll (Results 1 – 4 of 4) sorted by relevance
115 return receiveBytes(ipc, RemoteStream::readAll);124 public static byte[] readAll(InputStream inputStream) throws IOException {
227 Assert.assertEquals(LONG_TEXT, readAll(mPipeFromHandler)); in testProperTransmissionFromNetworkToInCall()285 private String readAll(InputStreamReader inputStreamReader) throws IOException { in readAll() method in ImsRttTextHandlerTest
25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.readAll;83 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()