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.java260 return readFromInputStream(inputStream); in readContentsFromUri()
308 actual = readFromInputStream(fis); in writeToFile()
330 private static String readFromInputStream(InputStream inputStream) throws Exception { in readFromInputStream() method in DownloadManagerTestBase