Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java333 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_group_shouldNotThrowError() local
349 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_message_shouldNotThrowError() local
364 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageWithRestriction_shouldNotThrowError() local
383 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroup_shouldNotThrowError() local
398 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError() local
417 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progress_shouldNotThrowError() local
432 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progressInGroup_shouldNotThrowError() local
447 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inbox_shouldNotThrowError() local
462 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inboxInGroup_shouldNotThrowError() local
477 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupSummary_shouldNotThrowError() local
[all …]
DNotificationDataManagerTest.java152 NotificationGroup notificationGroup = new NotificationGroup(); in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount() local
169 NotificationGroup notificationGroup = new NotificationGroup(); in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero() local
186 NotificationGroup notificationGroup = new NotificationGroup(); in setVisibleNotificationsAsSeen_notificationIsSeen() local
202 NotificationGroup notificationGroup = new NotificationGroup(); in isNotificationSeen_notificationIsSeen_returnTrue() local
235 NotificationGroup notificationGroup = new NotificationGroup(); in isNotificationSeen_notificationNotPresentInUnseenMap_returnTrue() local
248 NotificationGroup notificationGroup = new NotificationGroup(); in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local
267 NotificationGroup notificationGroup = new NotificationGroup(); in setVisibleNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser() local
283 NotificationGroup notificationGroup = new NotificationGroup(); in clearAll_clearsAllUnseenData() local
DNotificationClickHandlerFactoryTest.java520 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithSummary_clearsSummary() local
550 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren() local
580 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren() local
DCarNotificationViewTest.java321 NotificationGroup notificationGroup = new NotificationGroup(); in getNotificationGroup() local
DCarNotificationDiffTest.java183 NotificationGroup notificationGroup = new NotificationGroup(); in sameGroupUniqueIdentifiers_differentIsSeen_shouldReturnFalse() local
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java65 public void bind(NotificationGroup notificationGroup) { in bind()
DGroupNotificationViewHolder.java396 NotificationGroup notificationGroup = new NotificationGroup(); in addNextPageOfNotificationsToList() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java132 NotificationGroup notificationGroup = mNotificationGroupMap.get(sbn.getGroupKey()); in handleWorkerMessage() local
289 NotificationGroup notificationGroup = mNotificationGroupMap.get(newGroupKey); in updateGroupKeyIfNecessary() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java164 NotificationGroup notificationGroup = mNotifications.get(position); in onBindViewHolderImpl() local
209 NotificationGroup notificationGroup = mNotifications.get(position); in getItemViewTypeImpl() local
344 NotificationGroup notificationGroup = mNotifications.get(position); in getItemId() local
DPreprocessingManager.java388 NotificationGroup notificationGroup = new NotificationGroup(); in group() local
696 NotificationGroup notificationGroup = mOldProcessedNotifications.get(i); in additionalGroupAndRank() local
DCarNotificationView.java213 NotificationGroup notificationGroup = new NotificationGroup(mNotifications.get(i)); in removeNotification() local