Searched refs:sharedLibraryInfos (Results 1 – 7 of 7) sorted by relevance
1020 public List<SharedLibraryInfo> sharedLibraryInfos; field in ApplicationInfo1835 sharedLibraryInfos = orig.sharedLibraryInfos; in ApplicationInfo()1925 dest.writeTypedList(sharedLibraryInfos); in writeToParcel()2012 sharedLibraryInfos = source.createTypedArrayList(SharedLibraryInfo.CREATOR); in ApplicationInfo()
8060 ai.sharedLibraryInfos = p.usesLibraryInfos; in generateApplicationInfo()
541 aInfo.sharedLibraryInfos, aInfo, outSeenPaths, outLibPaths); in makePaths()959 mApplicationInfo.sharedLibraryInfos, isBundledApp, librarySearchPath, in createOrUpdateClassLoaderLocked()963 if (mApplicationInfo.sharedLibraryInfos != null) { in createOrUpdateClassLoaderLocked()964 for (SharedLibraryInfo info : mApplicationInfo.sharedLibraryInfos) { in createOrUpdateClassLoaderLocked()
235 info.sharedLibraryInfos = usesLibraryInfos.isEmpty() ? null : usesLibraryInfos; in generateApplicationInfo()
406 ai.sharedLibraryInfos = null; in generateApplicationInfoUnchecked()
1596 pkg.applicationInfo.sharedLibraryInfos = app.sharedLibraryInfos; in allAgentPackages()
13360 final ArrayList<SharedLibraryInfo> sharedLibraryInfos = collectSharedLibraryInfos( in updateSharedLibrariesLocked() local13364 sharedLibraryInfos, mUserManager.getUserIds()); in updateSharedLibrariesLocked()