Searched refs:actualContents (Results 1 – 2 of 2) sorted by relevance
173 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_publicDirs() local174 assertEquals(fileContents, actualContents); in testAddCompletedDownload_publicDirs()
559 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload() local560 assertEquals(fileContents, actualContents); in testAddCompletedDownload()583 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_downloadDir() local584 assertEquals(fileContents, actualContents); in testAddCompletedDownload_downloadDir()