Searched refs:ClassPathPackageInfoSource (Results 1 – 5 of 5) sorted by relevance
24 private static ClassPathPackageInfoSource classPathSource;29 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) { in forClassPath()31 classPathSource = new ClassPathPackageInfoSource(); in forClassPath()
32 private final ClassPathPackageInfoSource source;37 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName, in ClassPathPackageInfo()
39 public class ClassPathPackageInfoSource { class44 = ClassPathPackageInfoSource.class.getClassLoader();62 ClassPathPackageInfoSource() { in ClassPathPackageInfoSource() method in ClassPathPackageInfoSource68 ClassPathPackageInfoSource.apkPaths = apkPaths; in setApkPaths()
310 ClassPathPackageInfoSource.setApkPaths(apkPaths); in onCreate()
20 import android.test.ClassPathPackageInfoSource;153 ClassPathPackageInfoSource source = PackageInfoSources.forClassPath(classLoader); in testCaseClassesInPackage()