Searched refs:writeToFileWithDelegator (Results 1 – 2 of 2) sorted by relevance
588 writeToFileWithDelegator(file, fileContents); in testAddCompletedDownload_invalidPaths()599 writeToFileWithDelegator(new File(path), fileContents); in testAddCompletedDownload_invalidPaths()
312 protected void writeToFileWithDelegator(File file, String contents) throws Exception { in writeToFileWithDelegator() method in DownloadManagerTestBase