Home
last modified time | relevance | path

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

/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java180 final String rawFileContents = readFromRawFile(rawFilePath); in testAddCompletedDownload_publicDirs()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java566 final String rawFileContents = readFromRawFile(rawFilePath); in testAddCompletedDownload()
590 final String rawFileContents = readFromRawFile(rawFilePath); in testAddCompletedDownload_downloadDir()
DDownloadManagerTestBase.java263 protected static String readFromRawFile(String filePath) throws Exception { in readFromRawFile() method in DownloadManagerTestBase