Home
last modified time | relevance | path

Searched refs:onEntryAdded (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt283 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 …]
DKeyguardCoordinatorTest.kt104 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 …]
DMediaCoordinatorTest.java166 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()
DSmartspaceDedupingCoordinatorTest.kt359 collectionListener.onEntryAdded(entry) in addEntries()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java648 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/
DOngoingCallControllerTest.kt320 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/
DNotificationInteractionTracker.kt26 override fun onEntryAdded(entry: NotificationEntry) { in onEntryAdded() method
DNotificationMediaManager.java163 public void onEntryAdded(@NonNull NotificationEntry entry) { in setupNotifPipeline()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java55 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() method
DNotifEvent.kt66 listener.onEntryAdded(entry) in dispatchToListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java441 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/
DMediaCoordinator.java82 public void onEntryAdded(@NonNull NotificationEntry entry) {
DSmartspaceDedupingCoordinator.kt77 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
DKeyguardCoordinator.kt324 override fun onEntryAdded(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
DHeadsUpCoordinator.kt393 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/
DBubbles.java201 void onEntryAdded(BubbleEntry entry); in onEntryAdded() method
DBubbleController.java1703 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/
DNotifCollectionTest.java238 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/
DHeadsUpManagerPhone.java411 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/
DBaseHeadsUpManagerTest.java627 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/
DOngoingCallController.kt94 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/
DBaseHeadsUpManager.java178 onEntryAdded(headsUpEntry); in showNotification()
384 protected void onEntryAdded(HeadsUpEntry headsUpEntry) { in onEntryAdded() method in BaseHeadsUpManager