Searched defs:xmlFiles (Results 1 – 3 of 3) sorted by relevance
60 ArrayList<File> xmlFiles = new ArrayList<>(); in testLoadInBackground() local71 ArrayList<File> xmlFiles = new ArrayList<>(); in testLoadInBackgroundWithNoVaildXmlFiles() local81 ArrayList<File> xmlFiles = new ArrayList<>(); in testLoadInBackgroundWithNonOutdatedCachedHtmlFile() local92 ArrayList<File> xmlFiles = new ArrayList<>(); in testLoadInBackgroundWithGenerateHtmlFileFailed() local101 void setupFakeData(ArrayList<File> xmlFiles, in setupFakeData()138 protected boolean isCachedHtmlFileOutdated(List<File> xmlFiles, in isCachedHtmlFileOutdated()144 protected boolean generateHtmlFile(Context context, List<File> xmlFiles, in generateHtmlFile()
64 final List<File> xmlFiles = getVaildXmlFiles(); in generateHtmlFromDefaultXmlFiles() local80 final List<File> xmlFiles = new ArrayList(); in getVaildXmlFiles() local94 private boolean isCachedHtmlFileOutdated(List<File> xmlFiles, File cachedHtmlFile) { in isCachedHtmlFileOutdated()108 private boolean generateHtmlFile(Context context, List<File> xmlFiles, File htmlFile) { in generateHtmlFile()
108 private LicenseHtmlGeneratorFromXml(List<File> xmlFiles) { in LicenseHtmlGeneratorFromXml()112 public static boolean generateHtml(List<File> xmlFiles, File outputFile, in generateHtml()