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 24 private static ClassPathPackageInfoSource classPathSource;
29 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) {
31 classPathSource = new ClassPathPackageInfoSource();
ClassPathPackageInfo.java 32 private final ClassPathPackageInfoSource source;
37 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName,
ClassPathPackageInfoSource.java 39 public class ClassPathPackageInfoSource {
44 = ClassPathPackageInfoSource.class.getClassLoader();
62 ClassPathPackageInfoSource() {
68 ClassPathPackageInfoSource.apkPaths = apkPaths;
93 Log.w("ClassPathPackageInfoSource", "Cannot load class. "
232 Log.w("ClassPathPackageInfoSource",
InstrumentationTestRunner.java 301 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 104 milliseconds