Home
last modified time | relevance | path

Searched refs:getVisibleNotifications (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java139 when(mEntryManager.getVisibleNotifications()).thenReturn(Lists.newArrayList(mEntry)); in testOnChildLocationsChangedReportsVisibilityChanged()
161 when(mEntryManager.getVisibleNotifications()).thenReturn(Lists.newArrayList(mEntry)); in testStoppingNotificationLoggingReportsCurrentNotifications()
190 when(mEntryManager.getVisibleNotifications()).thenReturn(Lists.newArrayList(mEntry)); in testLogPanelShownOnWake()
206 when(mEntryManager.getVisibleNotifications()).thenReturn(Lists.newArrayList(mEntry)); in testLogPanelShownOnShadePull()
234 when(mEntryManager.getVisibleNotifications()).thenReturn(Lists.newArrayList(entry)); in testLogPanelShownHandlesNullInstanceIds()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationVisibilityLogger.java60 int count = mNotificationDataManager.getVisibleNotifications().size();
61 for (AlertEntry alertEntry : mNotificationDataManager.getVisibleNotifications()) {
H A DNotificationPanelViewController.java501 mNotificationDataManager.getVisibleNotifications().size()); in onPanelVisible()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java636 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of(entry)); in testUpdateNotificationPostedIfExistingTile()
695 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()
719 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()
743 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
774 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of(entry)); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
779 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of()); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
817 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
1218 when(mNotificationEntryManager.getVisibleNotifications()) in testAugmentTileFromNotificationEntryManager()
1228 .getVisibleNotifications(); in testAugmentTileFromNotificationEntryManager()
1240 when(mNotificationEntryManager.getVisibleNotifications()) in testAugmentTileFromNotificationEntryManager_notificationHidden()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java142 when(mEntryManager.getVisibleNotifications()).thenReturn( in testNotificationsBecomingBundled()
171 when(mEntryManager.getVisibleNotifications()).thenReturn( in testNotificationsBecomingUnbundled()
200 when(mEntryManager.getVisibleNotifications()).thenReturn( in testNotificationsBecomingSuppressed()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
H A DNotificationVisibilityLoggerTest.java91 when(mNotificationDataManager.getVisibleNotifications()).thenReturn( in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java131 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications();
415 mEntryManager.getVisibleNotifications()); in maybeUpdateLoggingStatus()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java271 public List<AlertEntry> getVisibleNotifications() { in getVisibleNotifications() method in NotificationDataManager
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationDataManagerTest.java275 assertThat(mNotificationDataManager.getVisibleNotifications()).containsExactly( in setNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java732 entries.addAll(getVisibleNotifications()); in updateNotificationRanking()
936 public List<NotificationEntry> getVisibleNotifications() { in getVisibleNotifications() method in NotificationEntryManager
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java179 when(mEntryManager.getVisibleNotifications()).thenReturn(mActiveNotifications); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java166 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); in updateNotificationViews()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleSpaceUtilsTest.java237 when(mNotificationEntryManager.getVisibleNotifications()) in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java523 new ArrayList<>(mNotificationEntryManager.getVisibleNotifications()); in getGroupedConversationNotifications()