/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | PackageStateInternal.java | 54 InstallSource getInstallSource(); in getInstallSource() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | AppsFilterUtils.java | 83 final InstallSource installSource = querying.getInstallSource(); in canQueryAsInstaller() 96 final InstallSource installSource = querying.getInstallSource(); in canQueryAsUpdateOwner()
|
D | PackageSessionVerifier.java | 213 session.getInstallSource(), session.getInstallerUid(), session.getSigningDetails(), in createVerifyingSession() 489 final String installerPackageName = session.getInstallSource().mInstallerPackageName; in checkApexUpdateAllowed()
|
D | Settings.java | 939 ret.setInstallSource(p.getInstallSource()); 3144 } else if (ps.getInstallSource().mInstallerPackageName != null 3145 && !ps.getInstallSource().mInstallerPackageName.isEmpty()) { 3146 sb.append(ps.getInstallSource().mInstallerPackageName); 3265 InstallSource installSource = pkg.getInstallSource(); 4428 packageSetting.getInstallSource() 5076 pw.print(ps.getInstallSource().mInstallerPackageName != null 5077 ? ps.getInstallSource().mInstallerPackageName : "?"); 5078 pw.print(ps.getInstallSource().mInstallerPackageUid); 5079 pw.print(ps.getInstallSource().mUpdateOwnerPackageName != null [all …]
|
D | PackageInstallerSession.java | 992 getInstallSource().mInstallerPackageName, mInstallerUid); in isInstallerDeviceOwnerOrAffiliatedProfileOwner() 1727 final String initiatingPackageName = getInstallSource().mInitiatingPackageName; in setChecksums() 1732 installerPackageName = getInstallSource().mInstallerPackageName; in setChecksums() 1781 getInstallSource().mInitiatingPackageName) in requestChecksums() 1782 ? getInstallSource().mInstallerPackageName in requestChecksums() 1783 : getInstallSource().mInitiatingPackageName; in requestChecksums() 2856 .setAdmin(getInstallSource().mInstallerPackageName) in handleInstall() 3744 getInstallSource().mInstallerPackageName, userId)) { 4392 return getInstallSource().mInstallerPackageName; 4396 return getInstallSource().mInstallerAttributionTag; [all …]
|
D | DexOptHelper.java | 296 final InstallSource installSource = packageState.getInstallSource(); in isCallerInstallerForPackage() 873 .getInstallSource()
|
D | DeletePackageHelper.java | 476 outInfo.mInstallerPackageName = ps.getInstallSource().mInstallerPackageName; in executeDeletePackageLIF() 920 return packageState != null && packageState.getInstallSource().mIsOrphaned; in isOrphaned()
|
D | MovePackageHelper.java | 145 final InstallSource installSource = packageState.getInstallSource(); in movePackageInternal()
|
D | PackageInstallerService.java | 1052 mPm.addInstallerPackageName(session.getInstallSource()); 1569 return TextUtils.equals(ps.getInstallSource().mInstallerPackageName, installerPackageName) 1570 || TextUtils.equals(ps.getInstallSource().mUpdateOwnerPackageName,
|
D | InstallPackageHelper.java | 324 InstallSource installSource = request.getInstallSource(); in commitReconciledScanResultLocked() 328 pkgAlreadyExists ? oldPkgSetting.getInstallSource().mUpdateOwnerPackageName : null; in commitReconciledScanResultLocked() 741 final String updateOwner = pkgSetting.getInstallSource().mUpdateOwnerPackageName; in installExistingPackageAsUser() 1336 mPm.snapshotComputer(), request.getInstallSource(), in scanInstallPackages() 2151 ps.getInstallSource().mInstallerPackageName; in preparePackage() 2653 mPm.mSettings.addInstallerPackageNames(ps.getInstallSource()); in updateSettingsInternalLI()
|
D | InstallRequest.java | 403 public InstallSource getInstallSource() { in getInstallSource() method in InstallRequest
|
D | ComputerEngine.java | 5130 final InstallSource installSource = getInstallSource(packageName, callingUid, userId); in getInstallerPackageName() 5146 private InstallSource getInstallSource(@NonNull String packageName, int callingUid, in getInstallSource() method in ComputerEngine 5160 return ps.getInstallSource(); in getInstallSource() 5176 final InstallSource installSource = getInstallSource(packageName, callingUid, userId); in getInstallSourceInfo() 5549 packageState.getInstallSource().mInstallerPackageName); in isCallerInstallerOfRecord()
|
D | PackageManagerService.java | 4687 packageState.getInstallSource().mInstallerPackageName; 5844 packageState.getInstallSource().mInstallerPackageName)) { in setApplicationCategoryHint() 6207 targetPackageState.getInstallSource().mInstallerPackageName; in setInstallerPackageName() 6271 mSettings.addInstallerPackageNames(targetPackageState.getInstallSource()); in setInstallerPackageName() 6292 targetPackageState.getInstallSource().mUpdateOwnerPackageName; in relinquishUpdateOwnership()
|
D | BroadcastHelper.java | 952 info.mInstallerPackageName = packageState.getInstallSource().mInstallerPackageName; in sendApplicationHiddenForUser()
|
D | PackageSetting.java | 1989 public @NonNull InstallSource getInstallSource() {
|
D | PackageArchiver.java | 1183 return getResponsibleInstallerPackage(ps.getInstallSource()); in getResponsibleInstallerPackage()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
D | PackageArchiverTest.java | 171 when(mPackageState.getInstallSource()).thenReturn(mInstallSource); in setUp() 290 when(mPackageState.getInstallSource()).thenReturn(otherInstallSource); in archiveApp_noInstallerFound() 511 when(mPackageState.getInstallSource()).thenReturn(otherInstallSource); in unarchiveApp_noInstallerFound()
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | ScanTests.java | 537 assertThat(scanResult.mPkgSetting.getInstallSource().mIsOrphaned, is(true)); in scanSystemApp_isOrphanedTrue()
|
D | PackageManagerSettingsTests.java | 2134 assertSame(origPkgSetting.getInstallSource(), testPkgSetting.getInstallSource()); in verifySettingCopy()
|
/frameworks/base/services/ |
D | art-profile | 2530 HSPLcom/android/server/pm/ComputerEngine;->getInstallSource(Ljava/lang/String;II)Lcom/android/serve… 2759 HSPLcom/android/server/pm/PackageSetting;->getInstallSource()Lcom/android/server/pm/InstallSource;
|
D | art-wear-profile | 14414 PLcom/android/server/pm/PackageInstallerSession;->getInstallSource()Lcom/android/server/pm/InstallS… 14859 PLcom/android/server/pm/PackageSetting;->getInstallSource()Lcom/android/server/pm/InstallSource;
|