Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DBasicNotificationViewHolder.java64 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
H A DCallNotificationViewHolder.java64 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
H A DInboxNotificationViewHolder.java66 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
H A DNavigationNotificationViewHolder.java65 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
H A DEmergencyNotificationViewHolder.java76 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bind()
H A DProgressNotificationViewHolder.java77 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
H A DMessageNotificationViewHolder.java232 mBodyView.bind(conversationTitle, messageText, loadAppLauncherIcon(sbn), avatar, groupIcon, in bindBody()
403 Drawable launcherIcon = loadAppLauncherIcon(sbn); in getCountViewOnClickListener()
H A DCarNotificationBaseViewHolder.java412 Drawable loadAppLauncherIcon(StatusBarNotification sbn) { in loadAppLauncherIcon() method in CarNotificationBaseViewHolder