Home
last modified time | relevance | path

Searched refs:getInstallSource (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DPackageStateInternal.java52 InstallSource getInstallSource(); in getInstallSource() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterUtils.java83 final InstallSource installSource = querying.getInstallSource(); in canQueryAsInstaller()
96 final InstallSource installSource = querying.getInstallSource(); in canQueryAsUpdateOwner()
H A DSettings.java2995 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 DPackageSessionVerifier.java210 session.getInstallSource(), session.getInstallerUid(), session.getSigningDetails(), in createVerifyingSession()
486 final String installerPackageName = session.getInstallSource().mInstallerPackageName; in checkApexUpdateAllowed()
H A DPackageInstallerSession.java878 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 DDeletePackageHelper.java551 outInfo.mInstallerPackageName = ps.getInstallSource().mInstallerPackageName; in clearPackageStateForUserLIF()
851 return packageState != null && packageState.getInstallSource().mIsOrphaned; in isOrphaned()
H A DMovePackageHelper.java130 final InstallSource installSource = packageState.getInstallSource(); in movePackageInternal()
H A DRemovePackageHelper.java277 outInfo.mInstallerPackageName = deletedPs.getInstallSource().mInstallerPackageName; in removePackageDataLIF()
H A DInstallRequest.java326 public InstallSource getInstallSource() { in getInstallSource() method in InstallRequest
H A DPackageInstallerService.java960 mPm.addInstallerPackageName(session.getInstallSource());
1340 return TextUtils.equals(ps.getInstallSource().mInstallerPackageName, installerPackageName)
1341 || TextUtils.equals(ps.getInstallSource().mUpdateOwnerPackageName,
H A DInstallPackageHelper.java330 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 DDexOptHelper.java651 final InstallSource installSource = packageState.getInstallSource(); in isCallerInstallerForPackage()
H A DComputerEngine.java4982 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 DPackageManagerService.java3191 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 DPackageSetting.java1553 public @NonNull InstallSource getInstallSource() {
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DScanTests.java496 assertThat(scanResult.mPkgSetting.getInstallSource().mIsOrphaned, is(true)); in scanSystemApp_isOrphanedTrue()
H A DPackageManagerSettingsTests.java1538 assertSame(origPkgSetting.getInstallSource(), testPkgSetting.getInstallSource()); in verifySettingCopy()
/aosp14/frameworks/base/services/
H A Dart-profile5714 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;