Searched refs:sharedLibrary (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DexoptUtilsTest.java | 111 private List<SharedLibraryInfo> createMockSharedLibrary(String [] sharedLibrary) { in createMockSharedLibrary() argument 112 SharedLibraryInfo info = new SharedLibraryInfo(null, null, Arrays.asList(sharedLibrary), in createMockSharedLibrary() 122 List<SharedLibraryInfo> sharedLibrary = in testSplitChain() local 125 data.info, sharedLibrary, data.pathsWithCode); in testSplitChain() 143 List<SharedLibraryInfo> sharedLibrary = in testSplitChainNoSplitDependencies() local 146 data.info, sharedLibrary, data.pathsWithCode); in testSplitChainNoSplitDependencies() 215 List<SharedLibraryInfo> sharedLibrary = in testSplitChainWithNullPrimaryClassLoader() local 218 data.info, sharedLibrary, data.pathsWithCode); in testSplitChainWithNullPrimaryClassLoader() 237 List<SharedLibraryInfo> sharedLibrary = in tesNoSplits() local 240 data.info, sharedLibrary, data.pathsWithCode); in tesNoSplits() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexoptUtils.java | 234 private static String encodeSharedLibrary(SharedLibraryInfo sharedLibrary) { in encodeSharedLibrary() argument 235 List<String> paths = sharedLibrary.getAllCodePaths(); in encodeSharedLibrary() 239 if (sharedLibrary.getDependencies() != null) { in encodeSharedLibrary() 240 classLoaderSpec += encodeSharedLibraries(sharedLibrary.getDependencies()); in encodeSharedLibrary()
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 669 ClassLoader createSharedLibraryLoader(SharedLibraryInfo sharedLibrary, in createSharedLibraryLoader() argument 671 List<String> paths = sharedLibrary.getAllCodePaths(); in createSharedLibraryLoader() 673 sharedLibrary.getDependencies(), isBundledApp, librarySearchPath, in createSharedLibraryLoader()
|