Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java54 private final String mInstallerPackage; field in PackageInstalledNotificationUtils
86 mInstallerPackage = installerPackage; in PackageInstalledNotificationUtils()
237 intent = getAppStoreLink(mContext, mInstallerPackage, mInstalledPackage); in getInstalledAppLaunchIntent()
255 Intent intent = mContext.getPackageManager().getLaunchIntentForPackage(mInstallerPackage); in getInstallerEntranceIntent()
259 intent = getAppDetailIntent(mInstallerPackage); in getInstallerEntranceIntent()
344 mNotificationManager.notify(mInstallerPackage, mInstallerPackage.hashCode(), in postAppInstalledNotification()