/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinatorTest.kt | 283 collectionListener.onEntryAdded(entry) in <lambda>() 290 collectionListener.onEntryAdded(entry) in <lambda>() 300 collectionListener.onEntryAdded(entry) in <lambda>() 313 collectionListener.onEntryAdded(entry) in <lambda>() 364 collectionListener.onEntryAdded(entry) in <lambda>() 380 collectionListener.onEntryAdded(entry) in <lambda>() 393 collectionListener.onEntryAdded(entry) in <lambda>() 410 collectionListener.onEntryAdded(entry) in <lambda>() 448 collectionListener.onEntryAdded(groupSummary) in <lambda>() 449 collectionListener.onEntryAdded(groupSibling1) in <lambda>() [all …]
|
D | KeyguardCoordinatorTest.kt | 104 collectionListener.onEntryAdded(fakeEntry) in unseenFilterSuppressesSeenNotifWhileKeyguardShowing() 129 collectionListener.onEntryAdded(fakeEntry) in unseenFilterStopsMarkingSeenNotifWhenTransitionToAod() 158 collectionListener.onEntryAdded(fakeEntry) in unseenFilter_headsUpMarkedAsSeen() 200 collectionListener.onEntryAdded(fakeEntry) in unseenFilterDoesNotSuppressSeenOngoingNotifWhileKeyguardShowing() 224 collectionListener.onEntryAdded(fakeEntry) in unseenFilterDoesNotSuppressSeenMediaNotifWhileKeyguardShowing() 242 collectionListener.onEntryAdded(fakeEntry) in unseenFilterUpdatesSeenProviderWhenSuppressing() 267 collectionListener.onEntryAdded(fakeEntry) in unseenFilterInvalidatesWhenSettingChanges() 301 collectionListener.onEntryAdded(fakeEntry) in unseenFilterAllowsNewNotif() 323 collectionListener.onEntryAdded(fakeSummary) in unseenFilterSeenGroupSummaryWithUnseenChild() 324 collectionListener.onEntryAdded(fakeChild) in unseenFilterSeenGroupSummaryWithUnseenChild() [all …]
|
D | MediaCoordinatorTest.java | 166 mListener.onEntryAdded(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled_old() 195 mListener.onEntryAdded(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled_new() 213 mListener.onEntryAdded(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled_new() 224 mListener.onEntryAdded(mMediaEntry); in inflationException_old() 255 mListener.onEntryAdded(mMediaEntry); in inflationException_new()
|
D | SmartspaceDedupingCoordinatorTest.kt | 359 collectionListener.onEntryAdded(entry) in addEntries()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 648 mEntryListener.onEntryAdded(mRow); in testRemoveBubble_withDismissedNotif_inOverflow() 669 mEntryListener.onEntryAdded(mRow); in testRemoveBubble_withDismissedNotif_notInOverflow() 714 mEntryListener.onEntryAdded(mRow); in testExpandCollapseStack() 740 mEntryListener.onEntryAdded(mRow); in testCollapseAfterChangingExpandedBubble() 741 mEntryListener.onEntryAdded(mRow2); in testCollapseAfterChangingExpandedBubble() 787 mEntryListener.onEntryAdded(mRow); in testExpansionRemovesShowInShadeAndDot() 812 mEntryListener.onEntryAdded(mRow); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 846 mEntryListener.onEntryAdded(mRow); in testRemoveLastExpanded_collapses() 847 mEntryListener.onEntryAdded(mRow2); in testRemoveLastExpanded_collapses() 892 mEntryListener.onEntryAdded(mRow); in testRemoveLastExpandedEmptyOverflow_collapses() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 320 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryRemoved_callNotifAddedThenRemoved_listenerNotified() 331 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryRemoved_callNotifAddedThenRemoved_repoUpdated() 344 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryUpdated_callNotifAddedThenRemoved_windowControllerUpdated() 355 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryRemoved_removedNotifHasSameKeyAsAddedNotif_listenerNotified() 372 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in onEntryRemoved_removedNotifHasSameKeyAsAddedNotif_repoUpdated() 387 notifCollectionListener.onEntryAdded(createOngoingCallNotifEntry()) in onEntryRemoved_notifKeyDoesNotMatchOngoingCallNotif_listenerNotNotified() 397 notifCollectionListener.onEntryAdded(createOngoingCallNotifEntry()) in onEntryRemoved_notifKeyDoesNotMatchOngoingCallNotif_repoNotUpdated() 663 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry) in callEndedWhileInImmersiveMode_swipeGestureCallbackRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationInteractionTracker.kt | 26 override fun onEntryAdded(entry: NotificationEntry) { in onEntryAdded() method
|
D | NotificationMediaManager.java | 163 public void onEntryAdded(@NonNull NotificationEntry entry) { in setupNotifPipeline()
|
/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 | 66 listener.onEntryAdded(entry) in dispatchToListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 441 public void onEntryAdded(NotificationEntry entry) { in setupNotifPipeline() 442 BubblesManager.this.onEntryAdded(entry); in setupNotifPipeline() 478 void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in BubblesManager 480 mBubbles.onEntryAdded(notifToBubbleEntry(entry)); in onEntryAdded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | MediaCoordinator.java | 82 public void onEntryAdded(@NonNull NotificationEntry entry) {
|
D | SmartspaceDedupingCoordinator.kt | 77 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
|
D | KeyguardCoordinator.kt | 324 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
|
D | HeadsUpCoordinator.kt | 393 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 201 void onEntryAdded(BubbleEntry entry); in onEntryAdded() method
|
D | BubbleController.java | 1703 private void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController 2685 public void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController 2687 BubbleController.this.onEntryAdded(entry); in onEntryAdded()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 238 mListenerInOrder.verify(mCollectionListener).onEntryAdded(entry); in testEventDispatchedWhenNotifPosted() 285 verify(mCollectionListener, times(2)).onEntryAdded(mEntryCaptor.capture()); in testEventDispatchedWhenNotifBatchPosted() 1542 verify(mCollectionListener).onEntryAdded(eq(entry)); in testSecondPostCallsUpdateWithTrue() 1551 verify(mCollectionListener).onEntryAdded((entry)); in testSecondPostCallsUpdateWithTrue() 1562 verify(mCollectionListener).onEntryAdded(eq(entry)); in testInternalNotifUpdaterCallsUpdate() 1570 verify(mCollectionListener).onEntryAdded(eq(entry)); in testInternalNotifUpdaterCallsUpdate() 1585 verify(mCollectionListener, never()).onEntryAdded(any()); in testInternalNotifUpdaterIgnoresNew() 1770 verify(mCollectionListener).onEntryAdded(mEntryCaptor.capture()); in postNotif() 1787 public void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in NotifCollectionTest.RecordingCollectionListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpManagerPhone.java | 411 protected void onEntryAdded(HeadsUpEntry headsUpEntry) { in onEntryAdded() method in HeadsUpManagerPhone 412 super.onEntryAdded(headsUpEntry); in onEntryAdded()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManagerTest.java | 627 hum.onEntryAdded(entryToPin); in testPinEntry_logsPeek_throttleEnabled() 650 hum.onEntryAdded(entryToPin); in testPinEntry_logsPeek_throttleDisabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 94 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManager.java | 178 onEntryAdded(headsUpEntry); in showNotification() 384 protected void onEntryAdded(HeadsUpEntry headsUpEntry) { in onEntryAdded() method in BaseHeadsUpManager
|