Searched defs:cachedHtmlFile (Results 1 – 2 of 2) sorted by relevance
48 File cachedHtmlFile, boolean isCachedHtmlFileOutdated, in newLicenseHtmlLoader()67 File cachedHtmlFile = new File("test.html"); in testLoadInBackground() local78 File cachedHtmlFile = new File("test.html"); in testLoadInBackgroundWithNoVaildXmlFiles() local90 File cachedHtmlFile = new File("test.html"); in testLoadInBackgroundWithNonOutdatedCachedHtmlFile() local102 File cachedHtmlFile = new File("test.html"); in testLoadInBackgroundWithGenerateHtmlFileFailed() local
65 File cachedHtmlFile = getCachedHtmlFile(); in generateHtmlFromDefaultXmlFiles() local92 boolean isCachedHtmlFileOutdated(List<File> xmlFiles, File cachedHtmlFile) { in isCachedHtmlFileOutdated()