Home
last modified time | relevance | path

Searched defs:notificationGroup (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java313 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupExpanded_shouldNotThrowError() local
328 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupCollapsed_shouldNotThrowError() local
343 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_message_shouldNotThrowError() local
358 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageWithRestriction_shouldNotThrowError() local
377 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroup_shouldNotThrowError() local
392 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError() local
411 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progress_shouldNotThrowError() local
426 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progressInGroup_shouldNotThrowError() local
441 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inbox_shouldNotThrowError() local
456 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inboxInGroup_shouldNotThrowError() local
[all …]
DNotificationDataManagerTest.java139 NotificationGroup notificationGroup = new NotificationGroup(); in updateUnseenNotification_addNewUnseenNotification_updatesUnseenCount() local
152 NotificationGroup notificationGroup = new NotificationGroup(); in setNotificationAsSeen_notificationIsSeen_decrementsUnseenCount() local
166 NotificationGroup notificationGroup = new NotificationGroup(); in clearAll_clearsAllUnseenData() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java191 NotificationGroup notificationGroup = mNotifications.get(position); in onBindViewHolder() local
292 NotificationGroup notificationGroup = mNotifications.get(position); in getItemViewType() local
405 NotificationGroup notificationGroup = mNotifications.get(position); in getItemId() local
570 NotificationGroup notificationGroup = null; in setNotificationAsSeen() local
DPreprocessingManager.java289 NotificationGroup notificationGroup = new NotificationGroup(); in group() local
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java69 public void bind(NotificationGroup notificationGroup) { in bind()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java267 NotificationGroup notificationGroup = mNotificationGroupMap.get(sbn.getGroupKey()); in onNotificationRemoved() local
316 NotificationGroup notificationGroup = mNotificationGroupMap.get(newGroupKey); in updateGroupKeyIfNecessary() local