Searched refs:readFromFile (Results 1 – 4 of 4) sorted by relevance
46 mHistory = (file.exists() ? readFromFile() : new LongArray()); in PersistableEventHistory()49 synchronized LongArray readFromFile() { in readFromFile() method in PersistableEventHistory
266 return readFromFile( in readFromRawFile()270 protected static String readFromFile(ParcelFileDescriptor pfd) throws Exception { in readFromFile() method in DownloadManagerTestBase
559 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload()583 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_downloadDir()
173 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_publicDirs()