Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DClassPathPackageInfoSource.java44 private static ClassPathPackageInfoSource classPathSource; field in ClassPathPackageInfoSource
69 if (classPathSource == null) { in forClassPath()
70 classPathSource = new ClassPathPackageInfoSource(classLoader); in forClassPath()
72 return classPathSource; in forClassPath()