Searched refs:sharedLibraryInfos (Results 1 – 6 of 6) sorted by relevance
953 public List<SharedLibraryInfo> sharedLibraryInfos; field in ApplicationInfo1655 sharedLibraryInfos = orig.sharedLibraryInfos; in ApplicationInfo()1739 dest.writeTypedList(sharedLibraryInfos); in writeToParcel()1820 sharedLibraryInfos = source.createTypedArrayList(SharedLibraryInfo.CREATOR); in ApplicationInfo()
7948 ai.sharedLibraryInfos = p.usesLibraryInfos; in generateApplicationInfo()
231 info.sharedLibraryInfos = usesLibraryInfos.isEmpty() ? null : usesLibraryInfos; in generateApplicationInfo()
532 aInfo.sharedLibraryInfos, aInfo, outSeenPaths, outLibPaths); in makePaths()898 mApplicationInfo.sharedLibraryInfos, isBundledApp, librarySearchPath, in createOrUpdateClassLoaderLocked()
358 ai.sharedLibraryInfos = null; in generateApplicationInfoUnchecked()
1536 pkg.applicationInfo.sharedLibraryInfos = app.sharedLibraryInfos; in allAgentPackages()