/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 154 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_isOngoingCallNotif_listenerAndRepoNotified() 164 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_isOngoingCallNotif_windowControllerUpdated() 171 notifCollectionListener.onEntryUpdated(createNotCallNotifEntry()) in onEntryUpdated_notOngoingCallNotif_listenerAndRepoNotNotified() 180 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_listenerNotifiedTwice() 181 notifCollectionListener.onEntryUpdated(createScreeningCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_listenerNotifiedTwice() 188 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_repoUpdated() 192 notifCollectionListener.onEntryUpdated(createScreeningCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_repoUpdated() 201 notifCollectionListener.onEntryUpdated( in onEntryUpdated_notifHasNullContentIntent_noCrash() 213 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_notificationWhenIsZero_timeHidden() 230 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_notificationWhenIsZero_timeShown() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionListener.java | 65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method 66 onEntryUpdated(entry); in onEntryUpdated() 73 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() method
|
D | NotifEvent.kt | 75 listener.onEntryUpdated(entry, fromSystem) in dispatchToListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | NotificationStatsLoggerCoordinator.kt | 35 override fun onEntryUpdated(entry: NotificationEntry) { in onEntryUpdated() method in com.android.systemui.statusbar.notification.collection.coordinator.NotificationStatsLoggerCoordinator 36 super.onEntryUpdated(entry) in onEntryUpdated()
|
D | MediaCoordinator.java | 91 public void onEntryUpdated(@NonNull NotificationEntry entry) {
|
D | SmartspaceDedupingCoordinator.kt | 83 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
|
D | RemoteInputCoordinator.kt | 109 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) { in onEntryUpdated() method
|
D | HeadsUpCoordinator.kt | 430 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator 563 onEntryUpdated(entry) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinatorTest.kt | 191 it.onEntryUpdated(entry, true) in testRemoteInputLifetimeExtensionListenerTrigger() 209 it.onEntryUpdated(entry, true) in testSmartReplyLifetimeExtensionListenerTrigger() 228 it.onEntryUpdated(entry, true) in testRepeatedUpdateTriggersRebuild() 249 it.onEntryUpdated(entry, true) in testLifetimeExtensionListenerClearsRemoteInputs()
|
D | MediaCoordinatorTest.java | 204 mListener.onEntryUpdated(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled_new() 237 mListener.onEntryUpdated(mMediaEntry); in inflationException_old() 260 mListener.onEntryUpdated(mMediaEntry); in inflationException_new() 267 mListener.onEntryUpdated(mMediaEntry); in inflationException_new()
|
D | HeadsUpCoordinatorTest.kt | 397 collectionListener.onEntryUpdated(entry) in <lambda>() 414 collectionListener.onEntryUpdated(entry) in <lambda>() 581 collectionListener.onEntryUpdated(groupSummary) in <lambda>() 582 collectionListener.onEntryUpdated(groupPriority) in <lambda>() 583 collectionListener.onEntryUpdated(groupSibling1) in <lambda>() 584 collectionListener.onEntryUpdated(groupSibling2) in <lambda>() 618 collectionListener.onEntryUpdated(groupSummary) in <lambda>() 619 collectionListener.onEntryUpdated(groupPriority) in <lambda>() 653 collectionListener.onEntryUpdated(groupSummary) in <lambda>() 654 collectionListener.onEntryUpdated(groupSibling1) in <lambda>() [all …]
|
D | NotificationStatsLoggerCoordinatorTest.kt | 64 collectionListener.onEntryUpdated(mockEntry("key")) in onEntryRemoved_loggerCalled()
|
D | KeyguardCoordinatorTest.kt | 331 collectionListener.onEntryUpdated(fakeChild) in unseenFilterSeenGroupSummaryWithUnseenChild() 601 collectionListener.onEntryUpdated(entry) in unseenNotificationOnKeyguardNotMarkedAsSeenIfUpdatedBeforeThreshold()
|
D | SmartspaceDedupingCoordinatorTest.kt | 366 collectionListener.onEntryUpdated(entry) in updateEntries()
|
D | PreparationCoordinatorTest.java | 223 mCollectionListener.onEntryUpdated(mEntry); in testRebindsInflatedNotificationsOnUpdate() 621 mCollectionListener.onEntryUpdated(entry); in fireUpdateEvents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 446 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in setupNotifPipeline() 447 BubblesManager.this.onEntryUpdated(entry, fromSystem); in setupNotifPipeline() 484 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in BubblesManager 485 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), shouldBubbleUp(entry), fromSystem); in onEntryUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 237 public void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in registerNewPipelineListener() 238 mExpansionStateLogger.onEntryUpdated(entry.getKey()); in registerNewPipelineListener() 493 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 95 onEntryUpdated(entry, true) in <lambda>() 98 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 296 verify(mCollectionListener).onEntryUpdated(mEntryCaptor.capture()); in testEventDispatchedWhenNotifBatchPosted() 322 mListenerInOrder.verify(mCollectionListener).onEntryUpdated(entry); in testEventDispatchedWhenNotifUpdated() 1549 verify(mCollectionListener).onEntryUpdated(eq(entry)); in testSecondPostCallsUpdateWithTrue() 1550 verify(mCollectionListener).onEntryUpdated(eq(entry), eq(true)); in testSecondPostCallsUpdateWithTrue() 1572 verify(mCollectionListener).onEntryUpdated(eq(entry)); in testInternalNotifUpdaterCallsUpdate() 1573 verify(mCollectionListener).onEntryUpdated(eq(entry), eq(false)); in testInternalNotifUpdaterCallsUpdate() 1588 verify(mCollectionListener, never()).onEntryUpdated(any()); in testInternalNotifUpdaterIgnoresNew() 1589 verify(mCollectionListener, never()).onEntryUpdated(any(), anyBoolean()); in testInternalNotifUpdaterIgnoresNew() 1792 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener 1797 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpManagerPhone.java | 311 onEntryUpdated(headsUpEntry); in setRemoteInputActive() 418 protected void onEntryUpdated(HeadsUpEntry headsUpEntry) { in onEntryUpdated() method in HeadsUpManagerPhone 419 super.onEntryUpdated(headsUpEntry); in onEntryUpdated()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 834 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 1002 mEntryListener.onEntryUpdated(mNonBubbleNotifRow.getEntry(), /* fromSystem= */ true); in testAddNotif_notBubble() 1040 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testRemoveBubble_noLongerBubbleAfterUpdate() 1763 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testNonInterruptiveUpdate_doesntBubbleFromOverflow() 1791 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testNonInterruptiveUpdate_doesntTriggerInflate() 1814 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble() 1841 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ false); in testNonSystemUpdatesIgnored() 1842 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ false); in testNonSystemUpdatesIgnored() 1843 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ false); in testNonSystemUpdatesIgnored() 2336 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in showBubbleOverflow_hasOverflowContents() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 210 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | ExpansionStateLoggerTest.java | 171 mLogger.onEntryUpdated(NOTIFICATION_KEY); in testOnEntryUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManager.java | 458 protected void onEntryUpdated(HeadsUpEntry headsUpEntry) { in onEntryUpdated() method in BaseHeadsUpManager 828 onEntryUpdated(this); in updateEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 168 public void onEntryUpdated(NotificationEntry entry) { in setupNotifPipeline()
|