Home
last modified time | relevance | path

Searched refs:ClassPathPackageInfoSource (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DPackageInfoSources.java24 private static ClassPathPackageInfoSource classPathSource;
29 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) { in forClassPath()
31 classPathSource = new ClassPathPackageInfoSource(); in forClassPath()
DClassPathPackageInfo.java32 private final ClassPathPackageInfoSource source;
37 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName, in ClassPathPackageInfo()
DClassPathPackageInfoSource.java39 public class ClassPathPackageInfoSource { class
44 = ClassPathPackageInfoSource.class.getClassLoader();
62 ClassPathPackageInfoSource() { in ClassPathPackageInfoSource() method in ClassPathPackageInfoSource
68 ClassPathPackageInfoSource.apkPaths = apkPaths; in setApkPaths()
DInstrumentationTestRunner.java310 ClassPathPackageInfoSource.setApkPaths(apkPaths); in onCreate()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestGrouping.java20 import android.test.ClassPathPackageInfoSource;
153 ClassPathPackageInfoSource source = PackageInfoSources.forClassPath(classLoader); in testCaseClassesInPackage()