Home
last modified time | relevance | path

Searched refs:writeToFileWithDelegator (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java588 writeToFileWithDelegator(file, fileContents); in testAddCompletedDownload_invalidPaths()
599 writeToFileWithDelegator(new File(path), fileContents); in testAddCompletedDownload_invalidPaths()
DDownloadManagerTestBase.java312 protected void writeToFileWithDelegator(File file, String contents) throws Exception { in writeToFileWithDelegator() method in DownloadManagerTestBase