Home
last modified time | relevance | path

Searched refs:logNotifUpdated (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerLogger.kt37 fun logNotifUpdated(key: String) { in logNotifUpdated() method
DNotificationEntryManager.java643 mLogger.logNotifUpdated(entry.getKey()); in updateNotificationInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt51 fun logNotifUpdated(key: String) { in logNotifUpdated() method in com.android.systemui.statusbar.notification.collection.notifcollection.NotifCollectionLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java438 mLogger.logNotifUpdated(sbn.getKey()); in postNotification()