Searched refs:expectationFiles (Results 1 – 2 of 2) sorted by relevance
118 … public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException { in parse() argument120 for (File f : expectationFiles) { in parse()
487 Set<File> expectationFiles = new HashSet<>(); in getExcludeFile() local490 expectationFiles.add(f); in getExcludeFile()493 ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in getExcludeFile()