Home
last modified time | relevance | path

Searched refs:logNotifDismissedIntercepted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt163 fun logNotifDismissedIntercepted(entry: NotificationEntry, index: Int, count: Int) { in logNotifDismissedIntercepted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java310 mLogger.logNotifDismissedIntercepted(entry, i, entryCount); in dismissNotifications()