Searched refs:loadAppLauncherIcon (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
H A D | BasicNotificationViewHolder.java | 64 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
|
H A D | CallNotificationViewHolder.java | 64 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
|
H A D | InboxNotificationViewHolder.java | 66 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
|
H A D | NavigationNotificationViewHolder.java | 65 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
|
H A D | EmergencyNotificationViewHolder.java | 76 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bind()
|
H A D | ProgressNotificationViewHolder.java | 77 mBodyView.bind(title, text, loadAppLauncherIcon(alertEntry.getStatusBarNotification()), in bindBody()
|
H A D | MessageNotificationViewHolder.java | 232 mBodyView.bind(conversationTitle, messageText, loadAppLauncherIcon(sbn), avatar, groupIcon, in bindBody() 403 Drawable launcherIcon = loadAppLauncherIcon(sbn); in getCountViewOnClickListener()
|
H A D | CarNotificationBaseViewHolder.java | 412 Drawable loadAppLauncherIcon(StatusBarNotification sbn) { in loadAppLauncherIcon() method in CarNotificationBaseViewHolder
|