Searched refs:fExcluded (Results 1 – 1 of 1) sorted by relevance
36 private Vector fExcluded; field in TestCaseClassLoader73 for (int i= 0; i < fExcluded.size(); i++) { in isExcluded()74 if (name.startsWith((String) fExcluded.elementAt(i))) { in isExcluded()194 fExcluded= new Vector(10); in readExcludedPackages()196 fExcluded.addElement(defaultExclusions[i]); in readExcludedPackages()221 fExcluded.addElement(path); in readExcludedPackages()