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.java54 private static final String DELEGATE_LAST_CLASS_LOADER_NAME = field in DexoptUtilsTest
114 .setSplitClassLoaderName(0, DELEGATE_LAST_CLASS_LOADER_NAME) in createMockApplicationInfo()
115 .setSplitClassLoaderName(1, DELEGATE_LAST_CLASS_LOADER_NAME) in createMockApplicationInfo()
217 DELEGATE_LAST_CLASS_LOADER_NAME, true, true, true); in testSplitChainNoSharedLibraries()
283 DELEGATE_LAST_CLASS_LOADER_NAME, false, false, true); in tesNoSplitDelegateLast()
306 DELEGATE_LAST_CLASS_LOADER_NAME, false, false, true); in tesNoSplitDelegateLastNoSharedLibraries()
374 DELEGATE_LAST_CLASS_LOADER_NAME, in testProcessContextForDexLoad()
404 DELEGATE_LAST_CLASS_LOADER_NAME, in testProcessContextForDexLoadUnsupported()
416 DELEGATE_LAST_CLASS_LOADER_NAME, in testProcessContextForDexLoadNoClassPath()
DDexManagerTests.java68 private static final String DELEGATE_LAST_CLASS_LOADER_NAME = field in DexManagerTests
112 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()