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

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

Completed in 4195 milliseconds