Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java55 private final String mInstallerPackage; field in PackageInstalledNotificationUtils
87 mInstallerPackage = installerPackage; in PackageInstalledNotificationUtils()
238 intent = getAppStoreLink(mContext, mInstallerPackage, mInstalledPackage); in getInstalledAppLaunchIntent()
256 Intent intent = mContext.getPackageManager().getLaunchIntentForPackage(mInstallerPackage); in getInstallerEntranceIntent()
260 intent = getAppDetailIntent(mInstallerPackage); in getInstallerEntranceIntent()
345 mNotificationManager.notify(mInstallerPackage, mInstallerPackage.hashCode(), in postAppInstalledNotification()