Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationViewAdapterTest.java343 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupExpanded_shouldNotThrowError() local
358 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_groupCollapsed_shouldNotThrowError() local
374 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_message_shouldNotThrowError() local
389 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageWithRestriction_shouldNotThrowError() local
408 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroup_shouldNotThrowError() local
423 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError() local
442 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progress_shouldNotThrowError() local
457 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_progressInGroup_shouldNotThrowError() local
472 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inbox_shouldNotThrowError() local
487 NotificationGroup notificationGroup = new NotificationGroup(); in onBindViewHolder_inboxInGroup_shouldNotThrowError() local
[all …]
H A 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 setNotificationsAsSeen_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 setNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local
267 NotificationGroup notificationGroup = new NotificationGroup(); in setNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser() local
283 NotificationGroup notificationGroup = new NotificationGroup(); in clearAll_clearsAllUnseenData() local
H A DNotificationClickHandlerFactoryTest.java435 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithSummary_clearsSummary() local
465 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren() local
495 NotificationGroup notificationGroup = new NotificationGroup(); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren() local
H A DCarNotificationViewTest.java281 NotificationGroup notificationGroup = new NotificationGroup(); in getNotificationGroup() local
H A DCarNotificationDiffTest.java183 NotificationGroup notificationGroup = new NotificationGroup(); in sameGroupUniqueIdentifiers_differentIsSeen_shouldReturnFalse() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupSummaryNotificationViewHolder.java69 public void bind(NotificationGroup notificationGroup) { in bind()
H A DGroupNotificationViewHolder.java369 NotificationGroup notificationGroup = new NotificationGroup(); in addNextPageOfNotificationsToList() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java158 NotificationGroup notificationGroup = mNotifications.get(position); in onBindViewHolderImpl() local
203 NotificationGroup notificationGroup = mNotifications.get(position); in getItemViewTypeImpl() local
349 NotificationGroup notificationGroup = mNotifications.get(position); in getItemId() local
H A DCarNotificationView.java171 NotificationGroup notificationGroup = new NotificationGroup(mNotifications.get(i)); in removeNotification() local
H A DPreprocessingManager.java383 NotificationGroup notificationGroup = new NotificationGroup(); in group() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java129 NotificationGroup notificationGroup = mNotificationGroupMap.get(sbn.getGroupKey()); in handleWorkerMessage() local
285 NotificationGroup notificationGroup = mNotificationGroupMap.get(newGroupKey); in updateGroupKeyIfNecessary() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java781 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local
860 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible()