Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DClassPathPackageInfoSource.java37 public class ClassPathPackageInfoSource { class
40 = ClassPathPackageInfoSource.class.getClassLoader();
44 private static ClassPathPackageInfoSource classPathSource;
59 private ClassPathPackageInfoSource(ClassLoader classLoader) { in ClassPathPackageInfoSource() method in ClassPathPackageInfoSource
65 ClassPathPackageInfoSource.apkPaths = apkPaths; in setApkPaths()
68 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) { in forClassPath()
70 classPathSource = new ClassPathPackageInfoSource(classLoader); in forClassPath()
DInstrumentationTestRunner.java320 ClassPathPackageInfoSource.setApkPaths(apkPaths); in onCreate()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestGrouping.java19 import android.test.ClassPathPackageInfoSource;
132 ClassPathPackageInfoSource source = ClassPathPackageInfoSource.forClassPath(classLoader); in testCaseClassesInPackage()