Searched refs:ClassPathPackageInfoSource (Results 1 – 3 of 3) sorted by relevance
37 public class ClassPathPackageInfoSource { class40 = ClassPathPackageInfoSource.class.getClassLoader();44 private static ClassPathPackageInfoSource classPathSource;59 private ClassPathPackageInfoSource(ClassLoader classLoader) { in ClassPathPackageInfoSource() method in ClassPathPackageInfoSource65 ClassPathPackageInfoSource.apkPaths = apkPaths; in setApkPaths()68 public static ClassPathPackageInfoSource forClassPath(ClassLoader classLoader) { in forClassPath()70 classPathSource = new ClassPathPackageInfoSource(classLoader); in forClassPath()
320 ClassPathPackageInfoSource.setApkPaths(apkPaths); in onCreate()
19 import android.test.ClassPathPackageInfoSource;132 ClassPathPackageInfoSource source = ClassPathPackageInfoSource.forClassPath(classLoader); in testCaseClassesInPackage()