Searched refs:logNotificationActuallyRemoved (Results 1 – 3 of 3) sorted by relevance
170 fun logNotificationActuallyRemoved(entry: NotificationEntry) { in logNotificationActuallyRemoved() method
446 mLogger.logNotificationActuallyRemoved(entry); in onEntryRemoved()
295 verify(mLogger, times(1)).logNotificationActuallyRemoved(eq(notifEntry)); in testHunRemovedLogging()