Home
last modified time | relevance | path

Searched refs:classPathSource (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DPackageInfoSources.java24 private static ClassPathPackageInfoSource classPathSource; field in PackageInfoSources
30 if (classPathSource == null) { in forClassPath()
31 classPathSource = new ClassPathPackageInfoSource(); in forClassPath()
32 classPathSource.setClassLoader(classLoader); in forClassPath()
34 return classPathSource; in forClassPath()