Searched refs:logNotificationActuallyRemoved (Results 1 – 3 of 3) sorted by relevance
275 fun logNotificationActuallyRemoved(entry: NotificationEntry) { in logNotificationActuallyRemoved() method in com.android.systemui.statusbar.notification.headsup.HeadsUpManagerLogger
687 mLogger.logNotificationActuallyRemoved(entry); in onEntryRemoved()
391 verify(headsUpManagerLogger, times(1)).logNotificationActuallyRemoved(eq(notifEntry)) in testHunRemovedLogging()