Home
last modified time | relevance | path

Searched refs:readFromInputStream (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java259 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