/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 114 private final NotificationEntryManager mNotificationEntryManager; field in BubblesManager 183 mNotificationEntryManager = entryManager; in BubblesManager() 263 mNotificationEntryManager.getPendingOrActiveNotif(key); in BubblesManager() 291 mNotificationEntryManager.getPendingOrActiveNotif(key); in BubblesManager() 310 mNotificationEntryManager.getPendingOrActiveNotif(key); in BubblesManager() 412 mNotificationEntryManager.addNotificationEntryListener( in setupNEM() 438 mNotificationEntryManager.addNotificationRemoveInterceptor( in setupNEM() 487 mNotificationEntryManager.updateNotifications(reason); in setupNEM() 499 mNotificationEntryManager.performRemoveNotification( in setupNEM() 522 mNotificationEntryManager.performRemoveNotification( in setupNEM() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 150 private NotificationEntryManager mNotificationEntryManager; field in BubblesTest 294 when(mNotificationEntryManager in setUp() 361 mNotificationEntryManager, in setUp() 369 verify(mNotificationEntryManager, atLeastOnce()) in setUp() 373 verify(mNotificationEntryManager, atLeastOnce()) in setUp() 398 verify(mNotificationEntryManager).updateNotifications(any()); in testRemoveBubble() 412 when(mNotificationEntryManager.getPendingOrActiveNotif(mRow.getKey())) in testPromoteBubble_autoExpand() 421 verify(mNotificationEntryManager, never()).performRemoveNotification( in testPromoteBubble_autoExpand() 443 when(mNotificationEntryManager.getPendingOrActiveNotif(mRow.getKey())) in testCancelOverflowBubble() 452 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testCancelOverflowBubble() [all …]
|
H A D | NewNotifPipelineBubblesTest.java | 131 private NotificationEntryManager mNotificationEntryManager; field in NewNotifPipelineBubblesTest 326 mNotificationEntryManager, in setUp() 395 when(mNotificationEntryManager.getPendingOrActiveNotif(mRow.getKey())) in testRemoveBubble_withDismissedNotif_notInOverflow() 879 when(mNotificationEntryManager.getPendingOrActiveNotif(groupedBubble.getEntry().getKey())) in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() 903 when(mNotificationEntryManager.getPendingOrActiveNotif(groupedBubble.getEntry().getKey())) in testAppRemovesSummary_removesAllBubbleChildren() 927 when(mNotificationEntryManager.getPendingOrActiveNotif(groupedBubble.getEntry().getKey())) in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 1003 when(mNotificationEntryManager.getPendingOrActiveNotif(mRow.getKey())) in testOverflowLoadedOnce() 1005 when(mNotificationEntryManager.getPendingOrActiveNotif(mRow2.getKey())) in testOverflowLoadedOnce()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivity.java | 53 private NotificationEntryManager mNotificationEntryManager; field in LaunchConversationActivity 67 mNotificationEntryManager = notificationEntryManager; in LaunchConversationActivity() 131 NotificationEntry entry = mNotificationEntryManager.getPendingOrActiveNotif( in onCreate() 170 if (mIStatusBarService == null || mNotificationEntryManager == null) { in clearNotificationIfPresent() 177 NotificationEntry entry = mNotificationEntryManager.getPendingOrActiveNotif(notifKey); in clearNotificationIfPresent() 186 int count = mNotificationEntryManager.getActiveNotificationsCount(); in clearNotificationIfPresent()
|
H A D | PeopleSpaceWidgetManager.java | 132 private NotificationEntryManager mNotificationEntryManager; field in PeopleSpaceWidgetManager 171 mNotificationEntryManager = notificationEntryManager; in PeopleSpaceWidgetManager() 247 mNotificationEntryManager = notificationEntryManager; in PeopleSpaceWidgetManager() 523 new ArrayList<>(mNotificationEntryManager.getVisibleNotifications()); in getGroupedConversationNotifications() 525 mNotificationEntryManager.getPendingNotificationsIterator(); in getGroupedConversationNotifications()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | OnUserInteractionCallbackImplLegacy.java | 39 private final NotificationEntryManager mNotificationEntryManager; field in OnUserInteractionCallbackImplLegacy 52 mNotificationEntryManager = notificationEntryManager; in OnUserInteractionCallbackImplLegacy() 86 mNotificationEntryManager.performRemoveNotification( in onDismiss() 94 mNotificationEntryManager.getActiveNotificationsCount(), in onDismiss()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivityTest.java | 79 private NotificationEntryManager mNotificationEntryManager; field in LaunchConversationActivityTest 107 mActivity = new LaunchConversationActivity(mNotificationEntryManager, in setUp() 117 when(mNotificationEntryManager.getActiveNotificationsCount()).thenReturn(NOTIF_COUNT); in setUp() 118 when(mNotificationEntryManager.getPendingOrActiveNotif(NOTIF_KEY)).thenReturn(mNotifEntry); in setUp() 119 when(mNotificationEntryManager.getPendingOrActiveNotif(NOTIF_KEY_NO_ENTRY)) in setUp() 121 when(mNotificationEntryManager.getPendingOrActiveNotif(NOTIF_KEY_NO_RANKING)) in setUp() 123 when(mNotificationEntryManager.getPendingOrActiveNotif(NOTIF_KEY_CAN_BUBBLE)) in setUp()
|
H A D | PeopleSpaceWidgetManagerTest.java | 242 private NotificationEntryManager mNotificationEntryManager; field in PeopleSpaceWidgetManagerTest 274 mPeopleManager, mLauncherApps, mNotificationEntryManager, mPackageManager, in setUp() 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() 779 when(mNotificationEntryManager.getVisibleNotifications()).thenReturn(List.of()); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() 1218 when(mNotificationEntryManager.getVisibleNotifications()) in testAugmentTileFromNotificationEntryManager() 1227 verify(mNotificationEntryManager, times(1)) in testAugmentTileFromNotificationEntryManager() 1240 when(mNotificationEntryManager.getVisibleNotifications()) in testAugmentTileFromNotificationEntryManager_notificationHidden() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SmartReplyControllerTest.java | 78 @Mock private NotificationEntryManager mNotificationEntryManager; field in SmartReplyControllerTest 88 mNotificationEntryManager); in setUp() 92 mNotificationEntryManager, in setUp() 101 mNotificationEntryManager, in setUp() 130 verify(mNotificationEntryManager).updateNotification( in testSendSmartReply_updatesRemoteInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationBlockingHelperManager.java | 51 private final NotificationEntryManager mNotificationEntryManager; field in NotificationBlockingHelperManager 75 mNotificationEntryManager = notificationEntryManager; in NotificationBlockingHelperManager() 152 mNotificationEntryManager.updateNotifications("dismissCurrentBlockingHelper"); in dismissCurrentBlockingHelper()
|
H A D | FeedbackInfo.java | 64 private NotificationEntryManager mNotificationEntryManager; field in FeedbackInfo 88 mNotificationEntryManager = Dependency.get(NotificationEntryManager.class); in bindGuts()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputControllerTest.java | 93 private NotificationEntryManager mNotificationEntryManager = field in MediaOutputControllerTest 120 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in setUp() 164 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in start_withoutPackageName_verifyMediaControllerInit() 185 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in stop_withoutPackageName_verifyMediaControllerDeinit() 456 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in getNotificationLargeIcon_withoutPackageName_returnsNull() 469 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withoutLargeIcon_returnsNull() 489 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat() 509 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
|
H A D | MediaOutputGroupDialogTest.java | 66 private NotificationEntryManager mNotificationEntryManager = field in MediaOutputGroupDialogTest 80 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in setUp()
|
H A D | MediaOutputDialogTest.java | 67 private final NotificationEntryManager mNotificationEntryManager = field in MediaOutputDialogTest 81 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in setUp()
|
H A D | MediaOutputBaseDialogTest.java | 65 private NotificationEntryManager mNotificationEntryManager = field in MediaOutputBaseDialogTest 82 mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, mDialogManager); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputController.java | 88 private final NotificationEntryManager mNotificationEntryManager; field in MediaOutputController 114 mNotificationEntryManager = notificationEntryManager; in MediaOutputController() 249 : mNotificationEntryManager.getActiveNotificationsForCurrentUser()) { in getNotificationIcon() 484 mActivityStarter, mNotificationEntryManager, mUiEventLogger, mDialogLaunchAnimator, in launchMediaOutputGroupDialog()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupAlertTransferHelperTest.java | 76 @Mock private NotificationEntryManager mNotificationEntryManager; field in NotificationGroupAlertTransferHelperTest 91 when(mNotificationEntryManager.getPendingNotificationsIterator()) in setup() 107 mGroupAlertTransferHelper.bind(mNotificationEntryManager, mGroupManager); in setup() 108 verify(mNotificationEntryManager).addNotificationEntryListener(mListenerCaptor.capture()); in setup()
|
H A D | NotificationShadeWindowViewTest.java | 87 @Mock private NotificationEntryManager mNotificationEntryManager; field in NotificationShadeWindowViewTest 129 mNotificationEntryManager, in setUp()
|
H A D | NotificationPanelViewControllerTest.java | 197 private NotificationEntryManager mNotificationEntryManager; field in NotificationPanelViewControllerTest 414 mNotificationLockscreenUserManager, mNotificationEntryManager, in setup()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | FeedbackInfoTest.java | 87 private NotificationEntryManager mNotificationEntryManager; field in FeedbackInfoTest 97 mDependency.injectTestDependency(NotificationEntryManager.class, mNotificationEntryManager); in setUp()
|
H A D | NotificationGutsManagerTest.java | 131 @Mock private NotificationEntryManager mNotificationEntryManager; field in NotificationGutsManagerTest 159 mHighPriorityProvider, mINotificationManager, mNotificationEntryManager, in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 164 private final NotificationEntryManager mNotificationEntryManager; field in NotificationStackScrollLayoutController 324 mNotificationEntryManager.updateNotifications("StatusBar state changed"); 696 mNotificationEntryManager = notificationEntryManager; in NotificationStackScrollLayoutController() 747 mNotificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in attach() 1412 return mNotificationEntryManager.hasActiveNotifications(); 1466 mNotificationEntryManager.performRemoveNotification( 1470 mNotificationEntryManager.getActiveNotificationsCount()),
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowViewController.java | 80 private final NotificationEntryManager mNotificationEntryManager; field in NotificationShadeWindowViewController 154 mNotificationEntryManager = notificationEntryManager; in NotificationShadeWindowViewController()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtilsTest.java | 199 private NotificationEntryManager mNotificationEntryManager; field in PeopleSpaceUtilsTest 237 when(mNotificationEntryManager.getVisibleNotifications()) in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 328 @Inject Lazy<NotificationEntryManager> mNotificationEntryManager; field in Dependency 545 mProviders.put(NotificationEntryManager.class, mNotificationEntryManager::get); in start()
|