Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt34 fun logNotifPosted(key: String) { in logNotifPosted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java419 mLogger.logNotifPosted(sbn.getKey()); in postNotification()