Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java57 private final Integer mInstallerAppColor; field in PackageInstalledNotificationUtils
89 mInstallerAppColor = getAppNotificationColor(context, installerAppInfo); in PackageInstalledNotificationUtils()
286 if (mInstallerAppColor != null) { in getGroupNotificationBuilder()
287 builder.setColor(mInstallerAppColor); in getGroupNotificationBuilder()
325 if (mInstallerAppColor != null) { in getAppInstalledNotificationBuilder()
326 builder.setColor(mInstallerAppColor); in getAppInstalledNotificationBuilder()