Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainer.java64 CarNotificationTypeItem notificationTypeItem) { in displayNotification() argument
65 HunImportance hunImportance = getImportanceForCarNotificationTypeItem(notificationTypeItem); in displayNotification()
155 CarNotificationTypeItem notificationTypeItem) { in getImportanceForCarNotificationTypeItem() argument
156 if (notificationTypeItem == CarNotificationTypeItem.EMERGENCY) { in getImportanceForCarNotificationTypeItem()
158 } else if (notificationTypeItem == CarNotificationTypeItem.WARNING) { in getImportanceForCarNotificationTypeItem()
160 } else if (notificationTypeItem == CarNotificationTypeItem.NAVIGATION) { in getImportanceForCarNotificationTypeItem()
162 } else if (notificationTypeItem == CarNotificationTypeItem.CALL) { in getImportanceForCarNotificationTypeItem()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarHeadsUpNotificationManager.java340 CarNotificationTypeItem notificationTypeItem = NotificationUtils.getNotificationViewType( in showHeadsUp() local
346 notificationTypeItem.getHeadsUpTemplate(), in showHeadsUp()
349 notificationTypeItem); in showHeadsUp() local
351 notificationTypeItem.getViewHolder(currentNotification.getNotificationView(), in showHeadsUp()
357 if (mShouldRestrictMessagePreview && notificationTypeItem.getNotificationType() in showHeadsUp()