HomeSort by relevance Sort by last modified time
    Searched refs:ClassPathPackageInfoSource (Results 1 - 3 of 3) sorted by null

  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 37 public class ClassPathPackageInfoSource {
40 = ClassPathPackageInfoSource.class.getClassLoader();
44 private static ClassPathPackageInfoSource classPathSource;
59 private ClassPathPackageInfoSource(ClassLoader classLoader) {
65 ClassPathPackageInfoSource.apkPaths = apkPaths;
68 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) {
70 classPathSource = new ClassPathPackageInfoSource(classLoader);
98 Log.w("ClassPathPackageInfoSource", "Cannot load class. "
182 Log.w("ClassPathPackageInfoSource",
InstrumentationTestRunner.java 320 ClassPathPackageInfoSource.setApkPaths(apkPaths);
    [all...]
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 19 import android.test.ClassPathPackageInfoSource;
132 ClassPathPackageInfoSource source = ClassPathPackageInfoSource.forClassPath(classLoader);

Completed in 381 milliseconds