Home
last modified time | relevance | path

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

/external/dexmaker/src/test/java/com/google/dexmaker/stock/
DProxyBuilderTest.java587 ClassLoader classLoaderA = newPathClassLoader(); in testClassNotCachedWithDifferentParentClassLoaders()
593 ClassLoader classLoaderB = newPathClassLoader(); in testClassNotCachedWithDifferentParentClassLoaders()
761 private ClassLoader newPathClassLoader() throws Exception { in newPathClassLoader() method in ProxyBuilderTest