Searched refs:ApplicationLoaders (Results 1 – 6 of 6) sorted by relevance
50 ApplicationLoaders loaders = new ApplicationLoaders(); in testGetNonExistantLib()57 ApplicationLoaders loaders = new ApplicationLoaders(); in testCacheExistantLib()68 ApplicationLoaders loaders = new ApplicationLoaders(); in testNonNullParent()82 ApplicationLoaders loaders = new ApplicationLoaders(); in testNonNullClassLoaderNamespace()93 ApplicationLoaders loaders = new ApplicationLoaders(); in testDifferentSharedLibraries()109 ApplicationLoaders loaders = new ApplicationLoaders(); in testDependentLibs()130 ApplicationLoaders loaders = new ApplicationLoaders(); in testDependentLibsWrongOrder()
38 public class ApplicationLoaders { class42 public static ApplicationLoaders getDefault() { in getDefault()287 private static final ApplicationLoaders gApplicationLoaders = new ApplicationLoaders();
610 mCachedClassLoaders[splitIdx] = ApplicationLoaders.getDefault().getClassLoader( in constructSplit()679 return ApplicationLoaders.getDefault().getSharedLibraryClassLoaderWithSharedLibraries(jars, in createSharedLibraryLoader()813 mDefaultClassLoader = ApplicationLoaders.getDefault().getClassLoader( in createOrUpdateClassLoaderLocked()851 mDefaultClassLoader = ApplicationLoaders.getDefault().getClassLoaderWithSharedLibraries( in createOrUpdateClassLoaderLocked()866 ApplicationLoaders.getDefault().addNative(mDefaultClassLoader, libPaths); in createOrUpdateClassLoaderLocked()908 ApplicationLoaders.getDefault().addNative(mDefaultClassLoader, extraLibPaths); in createOrUpdateClassLoaderLocked()916 ApplicationLoaders.getDefault().addPath(mDefaultClassLoader, add); in createOrUpdateClassLoaderLocked()
19 import android.app.ApplicationLoaders;94 ClassLoader loader = ApplicationLoaders.getDefault().createAndCacheWebViewClassLoader( in handlePreloadPackage()
23 import android.app.ApplicationLoaders;374 ApplicationLoaders.getDefault().createAndCacheNonBootclasspathSystemClassLoaders( in cacheNonBootClasspathClassLoaders()
191 android.app.ApplicationLoaders