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.java55 private final String mInstallerAppLabel; field in PackageInstalledNotificationUtils
87 mInstallerAppLabel = getAppLabel(context, installerAppInfo, installerPackage); in PackageInstalledNotificationUtils()
215 NotificationChannel channel = new NotificationChannel(mChannelId, mInstallerAppLabel, in createChannel()
274 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, mInstallerAppLabel); in getGroupNotificationBuilder()
299 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, mInstallerAppLabel); in getAppInstalledNotificationBuilder()