/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | CarNotificationViewAdapterTest.java | 343 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 D | NotificationDataManagerTest.java | 152 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 D | NotificationClickHandlerFactoryTest.java | 435 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 D | CarNotificationViewTest.java | 281 NotificationGroup notificationGroup = new NotificationGroup(); in getNotificationGroup() local
|
H A D | CarNotificationDiffTest.java | 183 NotificationGroup notificationGroup = new NotificationGroup(); in sameGroupUniqueIdentifiers_differentIsSeen_shouldReturnFalse() local
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
H A D | GroupSummaryNotificationViewHolder.java | 69 public void bind(NotificationGroup notificationGroup) { in bind()
|
H A D | GroupNotificationViewHolder.java | 369 NotificationGroup notificationGroup = new NotificationGroup(); in addNextPageOfNotificationsToList() local
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | CarNotificationViewAdapter.java | 158 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 D | CarNotificationView.java | 171 NotificationGroup notificationGroup = new NotificationGroup(mNotifications.get(i)); in removeNotification() local
|
H A D | PreprocessingManager.java | 383 NotificationGroup notificationGroup = new NotificationGroup(); in group() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationListener.java | 129 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 D | NotificationGroupManagerLegacy.java | 781 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local 860 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible()
|