Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java265 return readFromFile( in readFromRawFile()
269 protected static String readFromFile(ParcelFileDescriptor pfd) throws Exception { in readFromFile() method in DownloadManagerTestBase
DDownloadManagerTest.java533 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload()
557 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_downloadDir()
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java148 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_publicDirs()