Searched defs:cachedHtmlFile (Results 1 – 2 of 2) sorted by relevance
45 File cachedHtmlFile, boolean isCachedHtmlFileOutdated, in newLicenseHtmlLoader()64 File cachedHtmlFile = new File("test.html"); in testLoadInBackground() local75 File cachedHtmlFile = new File("test.html"); in testLoadInBackgroundWithNoVaildXmlFiles() local87 File cachedHtmlFile = new File("test.html"); in testLoadInBackgroundWithNonOutdatedCachedHtmlFile() local99 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()