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

  /frameworks/base/test-runner/src/android/test/
PackageInfoSources.java 25 private static ClassPathPackageInfoSource classPathSource;
30 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) {
32 classPathSource = new ClassPathPackageInfoSource();
ClassPathPackageInfo.java 33 private final ClassPathPackageInfoSource source;
38 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName,
ClassPathPackageInfoSource.java 40 public class ClassPathPackageInfoSource {
45 = ClassPathPackageInfoSource.class.getClassLoader();
63 ClassPathPackageInfoSource() {
69 ClassPathPackageInfoSource.apkPaths = apkPaths;
94 Log.w("ClassPathPackageInfoSource", "Cannot load class. "
233 Log.w("ClassPathPackageInfoSource",
InstrumentationTestRunner.java 315 ClassPathPackageInfoSource.setApkPaths(apkPaths);
    [all...]
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 20 import android.test.ClassPathPackageInfoSource;
153 ClassPathPackageInfoSource source = PackageInfoSources.forClassPath(classLoader);

Completed in 130 milliseconds