/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstallSource.java | 69 final String installerPackageName; field in InstallSource 88 @Nullable String originatingPackageName, @Nullable String installerPackageName, in create() 95 @Nullable String originatingPackageName, @Nullable String installerPackageName, in create() 107 @Nullable String originatingPackageName, @Nullable String installerPackageName, in createInternal() 123 @Nullable String originatingPackageName, @Nullable String installerPackageName, in InstallSource() 144 InstallSource setInstallerPackage(@Nullable String installerPackageName) { in setInstallerPackage() 191 String installerPackageName = this.installerPackageName; in removeInstallerPackage() local
|
H A D | SilentUpdatePolicy.java | 58 public boolean isSilentUpdateAllowed(@Nullable String installerPackageName, in isSilentUpdateAllowed() 79 public void track(@Nullable String installerPackageName, @NonNull String packageName) { in track() 101 void setAllowUnlimitedSilentUpdates(@Nullable String installerPackageName) { in setAllowUnlimitedSilentUpdates() 138 private long getTimestampMs(@NonNull String installerPackageName, @NonNull String packageName) { in getTimestampMs()
|
H A D | ApkChecksums.java | 308 @Nullable String installerPackageName, in getChecksums() 386 @Nullable String installerPackageName, in getAvailableApkChecksums() 419 @Nullable String installerPackageName, in getInstallerChecksums()
|
H A D | PackageInstallerService.java | 558 public int createSession(SessionParams params, String installerPackageName, in createSession() 568 private int createSessionInternal(SessionParams params, String installerPackageName, in createSessionInternal() 1021 public ParceledListSlice<SessionInfo> getMySessions(String installerPackageName, int userId) { in getMySessions() 1024 mAppOps.checkPackage(Binder.getCallingUid(), installerPackageName); in getMySessions() local 1174 public void setAllowUnlimitedSilentUpdates(@Nullable String installerPackageName) { in setAllowUnlimitedSilentUpdates()
|
H A D | PackageManagerShellCommand.java | 2747 String installerPackageName; field in PackageManagerShellCommand.InstallParams 2953 final String installerPackageName = getNextArg(); in runSetInstaller() local 3063 String installerPackageName = null; in runSetSilentUpdatesPolicy() local 3135 private int doCreateSession(SessionParams params, String installerPackageName, int userId) in doCreateSession()
|
H A D | PackageInstallerSession.java | 2819 private boolean isApexUpdateAllowed(String apexPackageName, String installerPackageName) { in isApexUpdateAllowed() 2990 final String installerPackageName = getInstallerPackageName(); in validateApkInstallLocked() local 4666 final String installerPackageName = readStringAttribute(in, ATTR_INSTALLER_PACKAGE_NAME); in readFromXml() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | AppInstallerUtil.java | 37 String installerPackageName = null; in getInstallerPackageName() local 53 public static Intent createIntent(Context context, String installerPackageName, in createIntent() 69 String installerPackageName = getInstallerPackageName(context, packageName); in createIntent() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | AppStoreUtil.java | 40 String installerPackageName; in getInstallerPackageName() local 66 public static Intent getAppStoreLink(Context context, String installerPackageName, in getAppStoreLink() 80 String installerPackageName = getInstallerPackageName(context, packageName); in getAppStoreLink() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageInstaller.aidl | 31 int createSession(in PackageInstaller.SessionParams params, String installerPackageName, in createSession() 44 ParceledListSlice getMySessions(String installerPackageName, int userId); in getMySessions() 67 void setAllowUnlimitedSilentUpdates(String installerPackageName); in setAllowUnlimitedSilentUpdates()
|
H A D | ApkChecksum.java | 151 @Nullable String installerPackageName, in ApkChecksum() 210 String installerPackageName = (flg & 0x4) == 0 ? null : in.readString(); in ApkChecksum() local
|
H A D | PackageInstaller.java | 418 String installerPackageName, String installerAttributionTag, int userId) { in PackageInstaller() 1621 public String installerPackageName; field in PackageInstaller.SessionParams 2045 public void setInstallerPackageName(@Nullable String installerPackageName) { in setInstallerPackageName() 2325 public String installerPackageName; field in PackageInstaller.SessionInfo
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | FileMetadata.java | 32 public String installerPackageName; // name of the market-type app that installed the owner field in FileMetadata
|
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | Rollback.java | 213 String installerPackageName, int[] packageSessionIds, in Rollback() 232 String installerPackageName) { in Rollback() 242 int userId, String installerPackageName, SparseIntArray extensionVersions) { in Rollback() 555 String installerPackageName = mInstallerPackageName; in commit() local
|
H A D | RollbackStore.java | 212 Rollback createNonStagedRollback(int rollbackId, int userId, String installerPackageName, in createNonStagedRollback() 224 String installerPackageName, int[] packageSessionIds, in createStagedRollback()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | FirstScreenBroadcast.java | 98 private void sendBroadcastToInstaller(Context context, String installerPackageName, in sendBroadcastToInstaller()
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | RestoreUtils.java | 75 String installerPackageName, in installApk()
|
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/ |
H A D | AppIntegrityManagerServiceImpl.java | 283 String installerPackageName = getInstallerPackageName(intent); in handleIntegrityVerification() local 701 private boolean isRuleProvider(String installerPackageName) { in isRuleProvider()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | PackageInstalledNotificationUtils.java | 199 @NonNull String installerPackageName, @NonNull String packageName) { in getAppStoreLink()
|
H A D | PackageInstallerActivity.java | 613 String installerPackageName = getIntent().getStringExtra( in startInstall() local
|
/aosp12/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/ |
H A D | StagedInstallInternalTest.java | 145 private void pushTestVendorApexAllowList(String installerPackageName) throws Exception { in pushTestVendorApexAllowList()
|
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/ |
H A D | AppMetadataBackupWriterTest.java | 382 String packageName, @Nullable String installerPackageName, long versionCode) { in createPackageInfo()
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
H A D | FullRestoreEngine.java | 292 String installerPackageName = mPackageInstallers.get(pkg); in restoreOneFile() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ApplicationErrorReport.java | 106 public String installerPackageName; field in ApplicationErrorReport
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | AppsFilterTest.java | 1242 String originatingPackageName, String installerPackageName, in withInstallSource()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgePackageManager.java | 689 public void setInstallerPackageName(String targetPackage, String installerPackageName) { in setInstallerPackageName()
|