Searched refs:classLoaders (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexoptUtilsTest.java | 375 List<String> classLoaders = Arrays.asList( in testProcessContextForDexLoad() local 383 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoad() 392 List<String> classLoaders = Arrays.asList(PATH_CLASS_LOADER_NAME); in testProcessContextForDexLoadSingleElement() local 395 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadSingleElement() 405 List<String> classLoaders = Arrays.asList( in testProcessContextForDexLoadUnsupported() local 411 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadUnsupported() 417 List<String> classLoaders = Arrays.asList( in testProcessContextForDexLoadNoClassPath() local 423 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadNoClassPath()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/ |
H A D | DexManagerTests.java | 562 List<String> classLoaders = in testNotifySupportedAndUnsupportedClassLoader() local 565 notifyDexLoad(mBarUser0, classLoaders, classPaths, mUser0, /*isolatedProcess=*/ false); in testNotifySupportedAndUnsupportedClassLoader() 868 List<String> classLoaders = Arrays.asList(testData.mClassLoader); in notifyDexLoad() local 871 notifyDexLoad(testData, classLoaders, classPaths, loaderUserId, isolatedProcess); in notifyDexLoad() 874 private void notifyDexLoad(TestData testData, List<String> classLoaders, in notifyDexLoad() argument 876 String[] classLoaderContexts = computeClassLoaderContexts(classLoaders, classPaths); in notifyDexLoad() 895 private String[] computeClassLoaderContexts(List<String> classLoaders, in computeClassLoaderContexts() argument 900 String[] results = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in computeClassLoaderContexts()
|