Searched refs:readFromInputStream (Results 1 – 1 of 1) sorted by relevance
259 return readFromInputStream(inputStream); in readContentsFromUri()307 actual = readFromInputStream(fis); in writeToFile()329 private static String readFromInputStream(InputStream inputStream) throws Exception { in readFromInputStream() method in DownloadManagerTestBase