Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DPersistableEventHistory.java46 mHistory = (file.exists() ? readFromFile() : new LongArray()); in PersistableEventHistory()
49 synchronized LongArray readFromFile() { in readFromFile() method in PersistableEventHistory
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java266 return readFromFile( in readFromRawFile()
270 protected static String readFromFile(ParcelFileDescriptor pfd) throws Exception { in readFromFile() method in DownloadManagerTestBase
DDownloadManagerTest.java559 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload()
583 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_downloadDir()
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java173 final String actualContents = readFromFile(mDownloadManager.openDownloadedFile(id)); in testAddCompletedDownload_publicDirs()