Home
last modified time | relevance | path

Searched refs:cpScanner (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DClassPathScannerTest.java35 ClassPathScanner cpScanner = new ClassPathScanner(); in testGetClassPathEntries() local
36 Set<String> classEntries = cpScanner.getClassPathEntries(new ClassNameFilter()); in testGetClassPathEntries()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java671 ClassPathScanner cpScanner = new ClassPathScanner(); in getConfigSetFromClasspath() local
672 return cpScanner.getClassPathEntries(new ConfigClasspathFilter(subPath)); in getConfigSetFromClasspath()