Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt283 collectionListener.onEntryAdded(entry)
290 collectionListener.onEntryAdded(entry)
300 collectionListener.onEntryAdded(entry)
313 collectionListener.onEntryAdded(entry)
364 collectionListener.onEntryAdded(entry)
380 collectionListener.onEntryAdded(entry)
393 collectionListener.onEntryAdded(entry)
410 collectionListener.onEntryAdded(entry)
804 collectionListener.onEntryAdded(entry)
824 collectionListener.onEntryAdded(entry)
[all …]
H A DKeyguardCoordinatorTest.kt107 collectionListener.onEntryAdded(fakeEntry)
132 collectionListener.onEntryAdded(fakeEntry)
157 collectionListener.onEntryAdded(fakeEntry)
195 collectionListener.onEntryAdded(fakeEntry)
219 collectionListener.onEntryAdded(fakeEntry)
237 collectionListener.onEntryAdded(fakeEntry)
456 collectionListener.onEntryAdded(entry)
468 collectionListener.onEntryAdded(entry)
507 collectionListener.onEntryAdded(entry)
519 collectionListener.onEntryAdded(entry)
[all …]
H A DMediaCoordinatorTest.java160 mListener.onEntryAdded(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled()
188 mListener.onEntryAdded(mMediaEntry); in inflationException()
H A DSmartspaceDedupingCoordinatorTest.kt359 collectionListener.onEntryAdded(entry)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java532 mEntryListener.onEntryAdded(mRow); in testRemoveBubble_withDismissedNotif_inOverflow()
553 mEntryListener.onEntryAdded(mRow); in testRemoveBubble_withDismissedNotif_notInOverflow()
598 mEntryListener.onEntryAdded(mRow); in testExpandCollapseStack()
624 mEntryListener.onEntryAdded(mRow); in testCollapseAfterChangingExpandedBubble()
671 mEntryListener.onEntryAdded(mRow); in testExpansionRemovesShowInShadeAndDot()
696 mEntryListener.onEntryAdded(mRow); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
730 mEntryListener.onEntryAdded(mRow); in testRemoveLastExpanded_collapses()
776 mEntryListener.onEntryAdded(mRow); in testRemoveLastExpandedEmptyOverflow_collapses()
809 mEntryListener.onEntryAdded(mRow); in testAutoExpand_fails_noFlag()
825 mEntryListener.onEntryAdded(mRow); in testAutoExpand_succeeds_withFlag()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt268 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry)
279 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry)
290 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry)
305 notifCollectionListener.onEntryAdded(createOngoingCallNotifEntry())
587 notifCollectionListener.onEntryAdded(ongoingCallNotifEntry)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInteractionTracker.kt26 override fun onEntryAdded(entry: NotificationEntry) {
H A DNotificationMediaManager.java230 public void onEntryAdded(@NonNull NotificationEntry entry) { in setupNotifPipeline()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionListener.java55 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() method
H A DNotifEvent.kt66 listener.onEntryAdded(entry)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java381 public void onEntryAdded(NotificationEntry entry) { in setupNotifPipeline()
382 BubblesManager.this.onEntryAdded(entry); in setupNotifPipeline()
418 void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in BubblesManager
420 mBubbles.onEntryAdded(notifToBubbleEntry(entry)); in onEntryAdded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A 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
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java200 void onEntryAdded(BubbleEntry entry); in onEntryAdded() method
H A DBubbleController.java1465 private void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController
2360 public void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController
2362 BubbleController.this.onEntryAdded(entry); in onEntryAdded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt77 override fun onEntryAdded(entry: NotificationEntry) {
H A DKeyguardCoordinator.kt301 override fun onEntryAdded(entry: NotificationEntry) {
H A DHeadsUpCoordinator.kt387 override fun onEntryAdded(entry: NotificationEntry) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt84 override fun onEntryAdded(entry: NotificationEntry) {