Searched refs:sharedLibraryInfos (Results 1 – 5 of 5) sorted by relevance
912 public List<SharedLibraryInfo> sharedLibraryInfos; field in ApplicationInfo1574 sharedLibraryInfos = orig.sharedLibraryInfos; in ApplicationInfo()1653 dest.writeTypedList(sharedLibraryInfos); in writeToParcel()1729 sharedLibraryInfos = source.createTypedArrayList(SharedLibraryInfo.CREATOR); in ApplicationInfo()
7818 ai.sharedLibraryInfos = p.usesLibraryInfos; in generateApplicationInfo()
526 aInfo.sharedLibraryInfos, aInfo, outSeenPaths, outLibPaths); in makePaths()866 mApplicationInfo.sharedLibraryInfos, isBundledApp, librarySearchPath, in createOrUpdateClassLoaderLocked()
1451 pkg.applicationInfo.sharedLibraryInfos = app.sharedLibraryInfos; in allAgentPackages()
10418 final ArrayList<SharedLibraryInfo> sharedLibraryInfos =10420 executeSharedLibrariesUpdateLPr(pkg, changingLib, sharedLibraryInfos);