Searched refs:notificationCenterTemplate (Results 1 – 2 of 2) sorted by relevance
226 int notificationCenterTemplate = item.getNotificationCenterTemplate(); in assertProperties() local227 assertThat(notificationCenterTemplate).isEqualTo(itemNotificationCenterTemplate); in assertProperties()230 headsUpTemplate != NO_TEMPLATE ? headsUpTemplate : notificationCenterTemplate, in assertProperties()
89 CarNotificationTypeItem(int headsUpTemplate, int notificationCenterTemplate, in CarNotificationTypeItem() argument92 mNotificationCenterTemplate = notificationCenterTemplate; in CarNotificationTypeItem()