Searched refs:readAll (Results 1 – 3 of 3) sorted by relevance
87 static List<String> readAll(ParcelFileDescriptor pfd) { in readAll() method in ProcStatsTest119 final String result = concatResult(readAll( in runCommand()
150 private List<String> readAll(InputStream is) throws IOException { in readAll() method in FontManagerTest170 assertThat(readAll(proc.getInputStream())).isEmpty(); in assertSecurityException()173 List<String> errors = readAll(proc.getErrorStream()); in assertSecurityException()
102 static List<String> readAll(ParcelFileDescriptor pfd) { in readAll() method in ContactsContract_Wipe137 final String result = concatResult(readAll( in wipeContactsProvider()