Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java359 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoad()
371 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadSingleElement()
387 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadUnsupported()
399 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadNoClassPath()
407 DexoptUtils.processContextForDexLoad(Collections.emptyList(), Collections.emptyList()); in testProcessContextForDexLoadIllegalCallEmptyList()
418 DexoptUtils.processContextForDexLoad(Collections.emptyList(), Arrays.asList("a")); in testProcessContextForDexLoadIllegalCallDifferentSize()
DDexManagerTests.java175 String[] allExpectedContexts = DexoptUtils.processContextForDexLoad( in testNotifyPrimaryAndSecondary()
554 String[] allClassLoaderContexts = DexoptUtils.processContextForDexLoad( in testPrimaryAndSecondaryDexLoad()
572 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in testNotifySecondary_withSharedLibrary()
608 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in assertSecondaryUse()
661 String[] results = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in computeClassLoaderContexts()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java350 /*package*/ static String[] processContextForDexLoad(List<String> classLoadersNames, in processContextForDexLoad() method in DexoptUtils
/frameworks/base/services/
Dart-profile11907 HSPLcom/android/server/pm/dex/DexoptUtils;->processContextForDexLoad(Ljava/util/List;Ljava/util/Lis…