Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java61 private final Icon mInstalledAppLargeIcon; field in PackageInstalledNotificationUtils
93 mInstalledAppLargeIcon = getAppLargeIcon(installedAppInfo); in PackageInstalledNotificationUtils()
322 if (mInstalledAppLargeIcon != null) { in getAppInstalledNotificationBuilder()
323 builder.setLargeIcon(mInstalledAppLargeIcon); in getAppInstalledNotificationBuilder()