Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java70 CarNotificationTypeItem notificationTypeItem) { in displayNotification() argument
71 HunImportance hunImportance = getImportanceForCarNotificationTypeItem(notificationTypeItem); in displayNotification()
161 CarNotificationTypeItem notificationTypeItem) { in getImportanceForCarNotificationTypeItem() argument
162 if (notificationTypeItem == CarNotificationTypeItem.EMERGENCY) { in getImportanceForCarNotificationTypeItem()
164 } else if (notificationTypeItem == CarNotificationTypeItem.WARNING) { in getImportanceForCarNotificationTypeItem()
166 } else if (notificationTypeItem == CarNotificationTypeItem.NAVIGATION) { in getImportanceForCarNotificationTypeItem()
168 } else if (notificationTypeItem == CarNotificationTypeItem.CALL) { in getImportanceForCarNotificationTypeItem()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java442 CarNotificationTypeItem notificationTypeItem = NotificationUtils.getNotificationViewType( in showHeadsUp() local
448 notificationTypeItem.getHeadsUpTemplate(), in showHeadsUp()
451 notificationTypeItem); in showHeadsUp() local
453 notificationTypeItem.getViewHolder(currentNotification.getNotificationView(), in showHeadsUp()
459 if (mShouldRestrictMessagePreview && notificationTypeItem.getNotificationType() in showHeadsUp()