Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java56 private final String mInstallerAppLabel; field in PackageInstalledNotificationUtils
88 mInstallerAppLabel = getAppLabel(context, installerAppInfo, installerPackage); in PackageInstalledNotificationUtils()
216 NotificationChannel channel = new NotificationChannel(mChannelId, mInstallerAppLabel, in createChannel()
275 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, mInstallerAppLabel); in getGroupNotificationBuilder()
300 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, mInstallerAppLabel); in getAppInstalledNotificationBuilder()