Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java329 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupExpanded_shouldNotThrowError() local
344 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupCollapsed_shouldNotThrowError() local
359 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_message_shouldNotThrowError() local
374 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageWithRestriction_shouldNotThrowError() local
393 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroup_shouldNotThrowError() local
408 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError() local
427 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progress_shouldNotThrowError() local
442 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progressInGroup_shouldNotThrowError() local
457 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inbox_shouldNotThrowError() local
472 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inboxInGroup_shouldNotThrowError() local
[all …]
DNotificationDataManagerTest.java140 NotificationGroup notificationGroup = new NotificationGroup(); in updateUnseenNotification_addNewUnseenNotification_updatesUnseenCount() local
153 NotificationGroup notificationGroup = new NotificationGroup(); in setNotificationsAsSeen_notificationIsSeen() local
169 NotificationGroup notificationGroup = new NotificationGroup(); in setNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local
184 NotificationGroup notificationGroup = new NotificationGroup(); in setNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser() local
200 NotificationGroup notificationGroup = new NotificationGroup(); in clearAll_clearsAllUnseenData() local
DNotificationClickHandlerFactoryTest.java420 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithSummary_clearsSummary() local
452 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren() local
484 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren() local
DCarNotificationViewTest.java112 NotificationGroup notificationGroup = new NotificationGroup(); in getNotificationGroup() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java121 NotificationGroup notificationGroup = mNotifications.get(position); in onBindViewHolder() local
157 NotificationGroup notificationGroup = mNotifications.get(position); in getItemViewType() local
270 NotificationGroup notificationGroup = mNotifications.get(position); in getItemId() local
DPreprocessingManager.java336 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.java128 NotificationGroup notificationGroup = mNotificationGroupMap.get(sbn.getGroupKey()); in handleWorkerMessage() local
282 NotificationGroup notificationGroup = mNotificationGroupMap.get(newGroupKey); in updateGroupKeyIfNecessary() local