Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationLoaders.java114 ClassLoader classloader = ClassLoaderFactory.createClassLoader( in getClassLoader() local
122 classloader, librarySearchPath, libraryPermittedPath); in getClassLoader()
126 mLoaders.put(cacheKey, classloader); in getClassLoader()
128 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/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/instrumentation/
DREADME4 This can be used by an Android test project to set up the classloader
/frameworks/multidex/library/
DREADME4 in the classloader of an application running on API 4+.
/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…