/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ShadeEventCoordinatorTest.kt | 82 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) 92 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL) 100 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) 108 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL)
|
H A D | KeyguardCoordinatorTest.kt | 464 collectionListener.onEntryRemoved(entry, 0) 515 collectionListener.onEntryRemoved(entry, 0)
|
H A D | MediaCoordinatorTest.java | 172 mListener.onEntryRemoved(mMediaEntry, NotificationListenerService.REASON_CANCEL); in inflateMediaNotificationIconsMediaEnabled()
|
H A D | SmartspaceDedupingCoordinatorTest.kt | 373 collectionListener.onEntryRemoved(entry, 0)
|
H A D | HeadsUpCoordinatorTest.kt | 236 collectionListener.onEntryRemoved(entry, /* reason = */ 0) 251 collectionListener.onEntryRemoved(entry, /* reason = */ 0) 429 collectionListener.onEntryRemoved(entry, /* cancellation reason */ 0)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallControllerTest.kt | 260 notifCollectionListener.onEntryRemoved(createOngoingCallNotifEntry(), REASON_USER_STOPPED) 271 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 281 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 298 notifCollectionListener.onEntryRemoved(removedEntryBuilder.build(), REASON_USER_STOPPED) 308 notifCollectionListener.onEntryRemoved(createNotCallNotifEntry(), REASON_USER_STOPPED) 367 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 590 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionListener.java | 81 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
|
H A D | NotifEvent.kt | 84 listener.onEntryRemoved(entry, reason)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryListener.java | 94 default void onEntryRemoved( in onEntryRemoved() method
|
H A D | ConversationNotifications.kt | 209 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) =
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputUriController.java | 76 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 391 public void onEntryRemoved(NotificationEntry entry, in setupNotifPipeline() 394 BubblesManager.this.onEntryRemoved(entry); in setupNotifPipeline() 428 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubblesManager 429 mBubbles.onEntryRemoved(notifToBubbleEntry(entry)); in onEntryRemoved()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ShadeEventCoordinator.kt | 51 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | SmartspaceDedupingCoordinator.kt | 89 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | RemoteInputCoordinator.kt | 109 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | KeyguardCoordinator.kt | 321 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | PreparationCoordinator.java | 182 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
H A D | HeadsUpCoordinator.kt | 467 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 232 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) { in registerNewPipelineListener() 233 mExpansionStateLogger.onEntryRemoved(entry.getKey()); in registerNewPipelineListener() 503 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
H A D | NotificationsControllerImpl.kt | 84 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubbles.java | 216 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
|
H A D | BubbleController.java | 1486 private void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController 2374 public void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController 2376 BubbleController.this.onEntryRemoved(entry); in onEntryRemoved()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 344 mListenerInOrder.verify(mCollectionListener).onEntryRemoved(entry, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved() 606 verify(mCollectionListener, never()).onEntryRemoved(eq(entry1), anyInt()); in testDismissedNotificationsDoNotTriggerRemovalEvents() 1159 verify(mCollectionListener).onEntryRemoved(entry2, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 1498 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfMissing() 1517 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfInForgivenessWindow() 1607 verify(mCollectionListener).onEntryRemoved(eq(entry2), eq(REASON_APP_CANCEL)); in testMissingRanking() 1608 verify(mCollectionListener).onEntryRemoved(eq(entry1), eq(REASON_UNKNOWN)); in testMissingRanking() 1802 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallController.kt | 116 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 938 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testRemoveBubble_entryListenerRemove() 1069 mEntryListener.onEntryRemoved(groupSummary.getEntry(), REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren() 1204 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testOverflowLoadedOnce() 1205 mEntryListener.onEntryRemoved(mRow2, REASON_APP_CANCEL); in testOverflowLoadedOnce()
|