/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinatorTest.kt | 254 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 261 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 271 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 284 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 335 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 351 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 364 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 381 mCollectionListener.onEntryAdded(mEntry) in <lambda>() 419 mCollectionListener.onEntryAdded(mGroupSummary) in <lambda>() 420 mCollectionListener.onEntryAdded(mGroupSibling1) in <lambda>() [all …]
|
D | KeyguardCoordinatorTest.kt | 107 collectionListener.onEntryAdded(fakeEntry) in unseenFilterSuppressesSeenNotifWhileKeyguardShowing() 134 collectionListener.onEntryAdded(fakeEntry) in unseenFilterStopsMarkingSeenNotifWhenTransitionToAod() 162 collectionListener.onEntryAdded(fakeEntry) in unseenFilter_headsUpMarkedAsSeen() 195 collectionListener.onEntryAdded(fakeEntry) in unseenFilterDoesNotSuppressSeenOngoingNotifWhileKeyguardShowing() 219 collectionListener.onEntryAdded(fakeEntry) in unseenFilterDoesNotSuppressSeenMediaNotifWhileKeyguardShowing() 239 collectionListener.onEntryAdded(fakeEntry) in unseenFilterUpdatesSeenProviderWhenSuppressing() 266 collectionListener.onEntryAdded(fakeEntry) in unseenFilterInvalidatesWhenSettingChanges() 302 collectionListener.onEntryAdded(fakeEntry) in unseenFilterAllowsNewNotif() 328 collectionListener.onEntryAdded(fakeSummary) in unseenFilterSeenGroupSummaryWithUnseenChild() 329 collectionListener.onEntryAdded(fakeChild) in unseenFilterSeenGroupSummaryWithUnseenChild() [all …]
|
D | MediaCoordinatorTest.java | 160 mListener.onEntryAdded(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled() 188 mListener.onEntryAdded(mMediaEntry); in inflationException()
|
D | SmartspaceDedupingCoordinatorTest.kt | 359 collectionListener.onEntryAdded(entry) in addEntries()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 494 mEntryListener.onEntryAdded(mRow); in testRemoveBubble_withDismissedNotif_inOverflow() 515 mEntryListener.onEntryAdded(mRow); in testRemoveBubble_withDismissedNotif_notInOverflow() 560 mEntryListener.onEntryAdded(mRow); in testExpandCollapseStack() 587 mEntryListener.onEntryAdded(mRow); in testCollapseAfterChangingExpandedBubble() 588 mEntryListener.onEntryAdded(mRow2); in testCollapseAfterChangingExpandedBubble() 634 mEntryListener.onEntryAdded(mRow); in testExpansionRemovesShowInShadeAndDot() 659 mEntryListener.onEntryAdded(mRow); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 693 mEntryListener.onEntryAdded(mRow); in testRemoveLastExpanded_collapses() 694 mEntryListener.onEntryAdded(mRow2); in testRemoveLastExpanded_collapses() 739 mEntryListener.onEntryAdded(mRow); in testRemoveLastExpandedEmptyOverflow_collapses() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationInteractionTracker.kt | 26 override fun onEntryAdded(entry: NotificationEntry) { in onEntryAdded() method
|
D | NotificationMediaManager.java | 224 public void onEntryAdded(@NonNull NotificationEntry entry) { in setupNotifPipeline()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 268 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryRemoved_callNotifAddedThenRemoved_listenerNotified() 279 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryUpdated_callNotifAddedThenRemoved_windowControllerUpdated() 290 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryRemoved_removedNotifHasSameKeyAsAddedNotif_listenerNotified() 305 notifCollectionListener.onEntryAdded(createOngoingCallNotifEntry()) in onEntryRemoved_notifKeyDoesNotMatchOngoingCallNotif_listenerNotNotified() 587 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in callEndedWhileInImmersiveMode_swipeGestureCallbackRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionListener.java | 55 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() method
|
D | NotifEvent.kt | 64 listener.onEntryAdded(entry) in dispatchToListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 375 public void onEntryAdded(NotificationEntry entry) { in setupNotifPipeline() 376 BubblesManager.this.onEntryAdded(entry); in setupNotifPipeline() 412 void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in BubblesManager 415 mBubbles.onEntryAdded(notifToBubbleEntry(entry)); in onEntryAdded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 57 public void onEntryAdded(NotificationEntry entry) { in init()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 172 void onEntryAdded(BubbleEntry entry); in onEntryAdded() method
|
D | BubbleController.java | 1163 private void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController 1857 public void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController 1859 BubbleController.this.onEntryAdded(entry); in onEntryAdded()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 234 mListenerInOrder.verify(mCollectionListener).onEntryAdded(entry); in testEventDispatchedWhenNotifPosted() 281 verify(mCollectionListener, times(2)).onEntryAdded(mEntryCaptor.capture()); in testEventDispatchedWhenNotifBatchPosted() 1538 verify(mCollectionListener).onEntryAdded(eq(entry)); in testSecondPostCallsUpdateWithTrue() 1547 verify(mCollectionListener).onEntryAdded((entry)); in testSecondPostCallsUpdateWithTrue() 1558 verify(mCollectionListener).onEntryAdded(eq(entry)); in testInternalNotifUpdaterCallsUpdate() 1566 verify(mCollectionListener).onEntryAdded(eq(entry)); in testInternalNotifUpdaterCallsUpdate() 1581 verify(mCollectionListener, never()).onEntryAdded(any()); in testInternalNotifUpdaterIgnoresNew() 1741 verify(mCollectionListener).onEntryAdded(mEntryCaptor.capture()); in postNotif() 1758 public void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in NotifCollectionTest.RecordingCollectionListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SmartspaceDedupingCoordinator.kt | 77 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
|
D | KeyguardCoordinator.kt | 232 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
|
D | HeadsUpCoordinator.kt | 388 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 449 mCollectionListener.onEntryAdded(entry); in addFgEntry() 473 mCollectionListener.onEntryAdded(entry); in entryAdded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 84 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
|