OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomPathClassLoader
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
CustomPathClassLoader.java
22
public class
CustomPathClassLoader
extends PathClassLoader {
24
public
CustomPathClassLoader
(String dexPath, ClassLoader parent) {
CustomClassLoaderTest.java
82
// Try to load the TestClass class by the
CustomPathClassLoader
.
84
CustomPathClassLoader
cl = new
CustomPathClassLoader
(
Completed in 289 milliseconds