Home
last modified time | relevance | path

Searched refs:sharedLibrary (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java137 private List<SharedLibraryInfo> createMockSharedLibrary(String [] sharedLibrary) { in createMockSharedLibrary() argument
138 SharedLibraryInfo info = new SharedLibraryInfo(null, null, Arrays.asList(sharedLibrary), in createMockSharedLibrary()
148 List<SharedLibraryInfo> sharedLibrary = in testSplitChain() local
151 data.pkg, sharedLibrary, data.pathsWithCode); in testSplitChain()
169 List<SharedLibraryInfo> sharedLibrary = in testSplitChainNoSplitDependencies() local
172 data.pkg, sharedLibrary, data.pathsWithCode); in testSplitChainNoSplitDependencies()
239 List<SharedLibraryInfo> sharedLibrary = in testSplitChainWithNullPrimaryClassLoader() local
242 data.pkg, sharedLibrary, data.pathsWithCode); in testSplitChainWithNullPrimaryClassLoader()
261 List<SharedLibraryInfo> sharedLibrary = in tesNoSplits() local
264 data.pkg, sharedLibrary, data.pathsWithCode); in tesNoSplits()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java240 private static String encodeSharedLibrary(SharedLibraryInfo sharedLibrary) { in encodeSharedLibrary() argument
241 List<String> paths = sharedLibrary.getAllCodePaths(); in encodeSharedLibrary()
245 if (sharedLibrary.getDependencies() != null) { in encodeSharedLibrary()
246 classLoaderSpec += encodeSharedLibraries(sharedLibrary.getDependencies()); in encodeSharedLibrary()
/frameworks/base/core/java/android/app/
DLoadedApk.java742 ClassLoader createSharedLibraryLoader(SharedLibraryInfo sharedLibrary, in createSharedLibraryLoader() argument
744 List<String> paths = sharedLibrary.getAllCodePaths(); in createSharedLibraryLoader()
746 sharedLibrary.getDependencies(), isBundledApp, librarySearchPath, in createSharedLibraryLoader()