Home
last modified time | relevance | path

Searched refs:logNotificationActuallyRemoved (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpManagerLogger.kt275 fun logNotificationActuallyRemoved(entry: NotificationEntry) { in logNotificationActuallyRemoved() method in com.android.systemui.statusbar.notification.headsup.HeadsUpManagerLogger
DHeadsUpManagerImpl.java687 mLogger.logNotificationActuallyRemoved(entry); in onEntryRemoved()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpManagerImplTest.kt391 verify(headsUpManagerLogger, times(1)).logNotificationActuallyRemoved(eq(notifEntry)) in testHunRemovedLogging()