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.java69 ApplicationInfo installerAppInfo; in PackageInstalledNotificationUtils() local
73 installerAppInfo = context.getPackageManager().getApplicationInfo(installerPackage, in PackageInstalledNotificationUtils()
87 mInstallerAppLabel = getAppLabel(context, installerAppInfo, installerPackage); in PackageInstalledNotificationUtils()
88 mInstallerAppSmallIcon = getAppNotificationIcon(context, installerAppInfo); in PackageInstalledNotificationUtils()
89 mInstallerAppColor = getAppNotificationColor(context, installerAppInfo); in PackageInstalledNotificationUtils()