Home
last modified time | relevance | path

Searched refs:classloader (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationLoaders.java123 ClassLoader classloader = ClassLoaderFactory.createClassLoader( in getClassLoader() local
132 classloader, librarySearchPath, libraryPermittedPath); in getClassLoader()
136 mLoaders.put(cacheKey, classloader); in getClassLoader()
138 return classloader; in getClassLoader()
/frameworks/base/media/lib/remotedisplay/
DREADME.txt7 At runtime, the shared library is added to the classloader of the app via the
9 parent classloader, regardless of whether the stub library is linked to the
/frameworks/multidex/instrumentation/
DREADME4 This can be used by an Android test project to set up the classloader
/frameworks/base/media/lib/signer/
DREADME.txt9 At runtime, the shared library is added to the classloader of the app via the
11 parent classloader, regardless of whether the stub library is linked to the
/frameworks/multidex/library/
DREADME4 in the classloader of an application running on API 4+.
/frameworks/base/cmds/app_process/
DAndroid.bp33 // linker namespace, including an app's classloader namespace. Provide this
/frameworks/base/packages/SystemUI/docs/
Dplugins.md217 …sLoader that points at the plugin APK.  The parent of the classloader is a special classloader bas…
221 The class filtering in the parent classloader allows plugins to include any classes they want witho…