/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinatorTest.kt | 283 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 D | KeyguardCoordinatorTest.kt | 107 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 D | MediaCoordinatorTest.java | 160 mListener.onEntryAdded(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled() 188 mListener.onEntryAdded(mMediaEntry); in inflationException()
|
H A D | SmartspaceDedupingCoordinatorTest.kt | 359 collectionListener.onEntryAdded(entry)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 532 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 D | OngoingCallControllerTest.kt | 268 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 D | NotificationInteractionTracker.kt | 26 override fun onEntryAdded(entry: NotificationEntry) {
|
H A D | NotificationMediaManager.java | 230 public void onEntryAdded(@NonNull NotificationEntry entry) { in setupNotifPipeline()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionListener.java | 55 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() method
|
H A D | NotifEvent.kt | 66 listener.onEntryAdded(entry)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 381 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 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
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubbles.java | 200 void onEntryAdded(BubbleEntry entry); in onEntryAdded() method
|
H A D | BubbleController.java | 1465 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 D | SmartspaceDedupingCoordinator.kt | 77 override fun onEntryAdded(entry: NotificationEntry) {
|
H A D | KeyguardCoordinator.kt | 301 override fun onEntryAdded(entry: NotificationEntry) {
|
H A D | HeadsUpCoordinator.kt | 387 override fun onEntryAdded(entry: NotificationEntry) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallController.kt | 84 override fun onEntryAdded(entry: NotificationEntry) {
|