/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 139 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 D | NotificationVisibilityLogger.java | 60 int count = mNotificationDataManager.getVisibleNotifications().size(); 61 for (AlertEntry alertEntry : mNotificationDataManager.getVisibleNotifications()) {
|
H A D | NotificationPanelViewController.java | 501 mNotificationDataManager.getVisibleNotifications().size()); in onPanelVisible()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 636 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 D | NotificationViewHierarchyManagerTest.java | 142 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 D | NotificationVisibilityLoggerTest.java | 91 when(mNotificationDataManager.getVisibleNotifications()).thenReturn( in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 131 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); 415 mEntryManager.getVisibleNotifications()); in maybeUpdateLoggingStatus()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationDataManager.java | 271 public List<AlertEntry> getVisibleNotifications() { in getVisibleNotifications() method in NotificationDataManager
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationDataManagerTest.java | 275 assertThat(mNotificationDataManager.getVisibleNotifications()).containsExactly( in setNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 732 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 D | StatusBarNotificationActivityStarterTest.java | 179 when(mEntryManager.getVisibleNotifications()).thenReturn(mActiveNotifications); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationViewHierarchyManager.java | 166 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); in updateNotificationViews()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtilsTest.java | 237 when(mNotificationEntryManager.getVisibleNotifications()) in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 523 new ArrayList<>(mNotificationEntryManager.getVisibleNotifications()); in getGroupedConversationNotifications()
|