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/policy/
DHeadsUpManagerLogger.kt170 fun logNotificationActuallyRemoved(entry: NotificationEntry) { in logNotificationActuallyRemoved() method
DBaseHeadsUpManager.java446 mLogger.logNotificationActuallyRemoved(entry); in onEntryRemoved()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java295 verify(mLogger, times(1)).logNotificationActuallyRemoved(eq(notifEntry)); in testHunRemovedLogging()