/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
H A D | PackageStateInternal.java | 52 InstallSource getInstallSource(); in getInstallSource() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppsFilterUtils.java | 83 final InstallSource installSource = querying.getInstallSource(); in canQueryAsInstaller() 96 final InstallSource installSource = querying.getInstallSource(); in canQueryAsUpdateOwner()
|
H A D | Settings.java | 2995 InstallSource installSource = pkg.getInstallSource(); 4091 packageSetting.getInstallSource() 4683 pw.print(ps.getInstallSource().mInstallerPackageUid); 4689 pw.print(ps.getInstallSource().mPackageSource); 4962 pw.println(ps.getInstallSource().mInstallerPackageName); 4964 pw.println(ps.getInstallSource().mInstallerPackageUid); 4966 pw.println(ps.getInstallSource().mInitiatingPackageName); 4968 pw.println(ps.getInstallSource().mOriginatingPackageName); 4970 if (ps.getInstallSource().mUpdateOwnerPackageName != null) { 4974 if (ps.getInstallSource().mInstallerAttributionTag != null) { [all …]
|
H A D | PackageSessionVerifier.java | 210 session.getInstallSource(), session.getInstallerUid(), session.getSigningDetails(), in createVerifyingSession() 486 final String installerPackageName = session.getInstallSource().mInstallerPackageName; in checkApexUpdateAllowed()
|
H A D | PackageInstallerSession.java | 878 getInstallSource().mInstallerPackageName, mInstallerUid); in isInstallerDeviceOwnerOrAffiliatedProfileOwner() 1443 final String initiatingPackageName = getInstallSource().mInitiatingPackageName; in setChecksums() 1448 installerPackageName = getInstallSource().mInstallerPackageName; in setChecksums() 1490 getInstallSource().mInitiatingPackageName) in requestChecksums() 1491 ? getInstallSource().mInstallerPackageName in requestChecksums() 1492 : getInstallSource().mInitiatingPackageName; in requestChecksums() 2508 .setAdmin(getInstallSource().mInstallerPackageName) in handleInstall() 3822 return getInstallSource().mInstallerPackageName; 3826 return getInstallSource().mInstallerAttributionTag; 3829 InstallSource getInstallSource() {
|
H A D | DeletePackageHelper.java | 551 outInfo.mInstallerPackageName = ps.getInstallSource().mInstallerPackageName; in clearPackageStateForUserLIF() 851 return packageState != null && packageState.getInstallSource().mIsOrphaned; in isOrphaned()
|
H A D | MovePackageHelper.java | 130 final InstallSource installSource = packageState.getInstallSource(); in movePackageInternal()
|
H A D | RemovePackageHelper.java | 277 outInfo.mInstallerPackageName = deletedPs.getInstallSource().mInstallerPackageName; in removePackageDataLIF()
|
H A D | InstallRequest.java | 326 public InstallSource getInstallSource() { in getInstallSource() method in InstallRequest
|
H A D | PackageInstallerService.java | 960 mPm.addInstallerPackageName(session.getInstallSource()); 1340 return TextUtils.equals(ps.getInstallSource().mInstallerPackageName, installerPackageName) 1341 || TextUtils.equals(ps.getInstallSource().mUpdateOwnerPackageName,
|
H A D | InstallPackageHelper.java | 330 InstallSource installSource = request.getInstallSource(); in commitReconciledScanResultLocked() 334 pkgAlreadyExists ? oldPkgSetting.getInstallSource().mUpdateOwnerPackageName : null; in commitReconciledScanResultLocked() 706 final String updateOwner = pkgSetting.getInstallSource().mUpdateOwnerPackageName; in installExistingPackageAsUser() 1735 ps.getInstallSource().mInstallerPackageName; in preparePackageLI() 2279 mPm.mSettings.addInstallerPackageNames(ps.getInstallSource()); in updateSettingsInternalLI()
|
H A D | DexOptHelper.java | 651 final InstallSource installSource = packageState.getInstallSource(); in isCallerInstallerForPackage()
|
H A D | ComputerEngine.java | 4982 final InstallSource installSource = getInstallSource(packageName, callingUid, userId); in getInstallerPackageName() 4998 private InstallSource getInstallSource(@NonNull String packageName, int callingUid, in getInstallSource() method in ComputerEngine 5011 return ps.getInstallSource(); in getInstallSource() 5027 final InstallSource installSource = getInstallSource(packageName, callingUid, userId); in getInstallSourceInfo() 5397 packageState.getInstallSource().mInstallerPackageName); in isCallerInstallerOfRecord()
|
H A D | PackageManagerService.java | 3191 info.mInstallerPackageName = packageState.getInstallSource().mInstallerPackageName; 4656 packageState.getInstallSource().mInstallerPackageName; 5721 packageState.getInstallSource().mInstallerPackageName)) { 6018 targetPackageState.getInstallSource().mInstallerPackageName; 6082 mSettings.addInstallerPackageNames(targetPackageState.getInstallSource()); 6103 targetPackageState.getInstallSource().mUpdateOwnerPackageName;
|
H A D | PackageSetting.java | 1553 public @NonNull InstallSource getInstallSource() {
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | ScanTests.java | 496 assertThat(scanResult.mPkgSetting.getInstallSource().mIsOrphaned, is(true)); in scanSystemApp_isOrphanedTrue()
|
H A D | PackageManagerSettingsTests.java | 1538 assertSame(origPkgSetting.getInstallSource(), testPkgSetting.getInstallSource()); in verifySettingCopy()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5714 HSPLcom/android/server/pm/ComputerEngine;->getInstallSource(Ljava/lang/String;II)Lcom/android/serve… 5981 HSPLcom/android/server/pm/InstallRequest;->getInstallSource()Lcom/android/server/pm/InstallSource; 6497 HSPLcom/android/server/pm/PackageSetting;->getInstallSource()Lcom/android/server/pm/InstallSource;
|