Searched refs:collectSharedLibraryInfos (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 13477 final ArrayList<SharedLibraryInfo> sharedLibraryInfos = collectSharedLibraryInfos( in updateSharedLibrariesLocked() 13484 private static ArrayList<SharedLibraryInfo> collectSharedLibraryInfos(AndroidPackage pkg, in collectSharedLibraryInfos() method in PackageManagerService 13497 usesLibraryInfos = collectSharedLibraryInfos(pkg.getUsesLibraries(), null, null, in collectSharedLibraryInfos() 13502 usesLibraryInfos = collectSharedLibraryInfos(pkg.getUsesStaticLibraries(), in collectSharedLibraryInfos() 13508 usesLibraryInfos = collectSharedLibraryInfos(pkg.getUsesOptionalLibraries(), in collectSharedLibraryInfos() 13515 usesLibraryInfos = collectSharedLibraryInfos(pkg.getUsesNativeLibraries(), null, in collectSharedLibraryInfos() 13520 usesLibraryInfos = collectSharedLibraryInfos(pkg.getUsesOptionalNativeLibraries(), in collectSharedLibraryInfos() 13577 private static ArrayList<SharedLibraryInfo> collectSharedLibraryInfos( in collectSharedLibraryInfos() method in PackageManagerService 19734 collectSharedLibraryInfos(scanResult.request.parsedPackage, in reconcilePackagesLocked()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile-boot | 167 Lcom/android/server/pm/PackageManagerService;->collectSharedLibraryInfos(Ljava/util/List;[J[[Ljava/…
|
H A D | art-profile | 31155 HSPLcom/android/server/pm/PackageManagerService;->collectSharedLibraryInfos(Lcom/android/server/pm/… 31156 HSPLcom/android/server/pm/PackageManagerService;->collectSharedLibraryInfos(Ljava/util/List;[J[[Lja…
|