Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java50 private static final String DELEGATE_LAST_CLASS_LOADER_NAME = field in DexoptUtilsTest
84 DELEGATE_LAST_CLASS_LOADER_NAME, in createMockApplicationInfo()
85 DELEGATE_LAST_CLASS_LOADER_NAME, in createMockApplicationInfo()
195 DELEGATE_LAST_CLASS_LOADER_NAME, true, true); in testSplitChainNoSharedLibraries()
261 DELEGATE_LAST_CLASS_LOADER_NAME, false, false); in tesNoSplitDelegateLast()
284 DELEGATE_LAST_CLASS_LOADER_NAME, false, false); in tesNoSplitDelegateLastNoSharedLibraries()
352 DELEGATE_LAST_CLASS_LOADER_NAME, in testProcessContextForDexLoad()
382 DELEGATE_LAST_CLASS_LOADER_NAME, in testProcessContextForDexLoadUnsupported()
394 DELEGATE_LAST_CLASS_LOADER_NAME, in testProcessContextForDexLoadNoClassPath()
DDexManagerTests.java68 private static final String DELEGATE_LAST_CLASS_LOADER_NAME = field in DexManagerTests
109 DELEGATE_LAST_CLASS_LOADER_NAME); in setup()
/frameworks/base/core/java/com/android/internal/os/
DClassLoaderFactory.java39 private static final String DELEGATE_LAST_CLASS_LOADER_NAME = field in ClassLoaderFactory
73 return DELEGATE_LAST_CLASS_LOADER_NAME.equals(name); in isDelegateLastClassLoaderName()