Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java226 int notificationCenterTemplate = item.getNotificationCenterTemplate(); in assertProperties() local
227 assertThat(notificationCenterTemplate).isEqualTo(itemNotificationCenterTemplate); in assertProperties()
230 headsUpTemplate != NO_TEMPLATE ? headsUpTemplate : notificationCenterTemplate, in assertProperties()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java89 CarNotificationTypeItem(int headsUpTemplate, int notificationCenterTemplate, in CarNotificationTypeItem() argument
92 mNotificationCenterTemplate = notificationCenterTemplate; in CarNotificationTypeItem()