Home
last modified time | relevance | path

Searched defs:installerPackageName (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallSource.java69 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 DSilentUpdatePolicy.java58 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 DApkChecksums.java308 @Nullable String installerPackageName, in getChecksums()
386 @Nullable String installerPackageName, in getAvailableApkChecksums()
419 @Nullable String installerPackageName, in getInstallerChecksums()
H A DPackageInstallerService.java558 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 DPackageManagerShellCommand.java2747 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 DPackageInstallerSession.java2819 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 DAppInstallerUtil.java37 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 DAppStoreUtil.java40 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 DIPackageInstaller.aidl31 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 DApkChecksum.java151 @Nullable String installerPackageName, in ApkChecksum()
210 String installerPackageName = (flg & 0x4) == 0 ? null : in.readString(); in ApkChecksum() local
H A DPackageInstaller.java418 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 DFileMetadata.java32 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 DRollback.java213 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 DRollbackStore.java212 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 DFirstScreenBroadcast.java98 private void sendBroadcastToInstaller(Context context, String installerPackageName, in sendBroadcastToInstaller()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DRestoreUtils.java75 String installerPackageName, in installApk()
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java283 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 DPackageInstalledNotificationUtils.java199 @NonNull String installerPackageName, @NonNull String packageName) { in getAppStoreLink()
H A DPackageInstallerActivity.java613 String installerPackageName = getIntent().getStringExtra( in startInstall() local
/aosp12/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
H A DStagedInstallInternalTest.java145 private void pushTestVendorApexAllowList(String installerPackageName) throws Exception { in pushTestVendorApexAllowList()
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriterTest.java382 String packageName, @Nullable String installerPackageName, long versionCode) { in createPackageInfo()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DFullRestoreEngine.java292 String installerPackageName = mPackageInstallers.get(pkg); in restoreOneFile() local
/aosp12/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java106 public String installerPackageName; field in ApplicationErrorReport
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DAppsFilterTest.java1242 String originatingPackageName, String installerPackageName, in withInstallSource()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java689 public void setInstallerPackageName(String targetPackage, String installerPackageName) { in setInstallerPackageName()

12