Searched refs:readStream (Results 1 – 2 of 2) sorted by relevance
61 sWatcher.stream = readStream(stream); in onRecognize()72 private byte[] readStream(ParcelFileDescriptor stream) { in readStream() method in CtsMusicRecognitionService
43 public static String readStream(Reader reader) throws IOException { in readStream() method in Strings56 return readStream(new InputStreamReader(new FileInputStream(f), "UTF-8")); in readFile()