Searched refs:readAll (Results 1 – 3 of 3) sorted by relevance
115 return receiveBytes(ipc, RemoteStream::readAll);124 public static byte[] readAll(InputStream inputStream) throws IOException {
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()