Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java70 ApplicationInfo installerAppInfo; in PackageInstalledNotificationUtils() local
74 installerAppInfo = context.getPackageManager().getApplicationInfo(installerPackage, in PackageInstalledNotificationUtils()
88 mInstallerAppLabel = getAppLabel(context, installerAppInfo, installerPackage); in PackageInstalledNotificationUtils()
89 mInstallerAppSmallIcon = getAppNotificationIcon(context, installerAppInfo); in PackageInstalledNotificationUtils()
90 mInstallerAppColor = getAppNotificationColor(context, installerAppInfo); in PackageInstalledNotificationUtils()