Home
last modified time | relevance | path

Searched refs:getNotificationCenterTemplate (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java109 public int getNotificationCenterTemplate() { in getNotificationCenterTemplate() method in CarNotificationTypeItem
DCarNotificationViewAdapter.java155 carNotificationTypeItem.getNotificationCenterTemplate(), parent, false); in onCreateViewHolderImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java226 int notificationCenterTemplate = item.getNotificationCenterTemplate(); in assertProperties()