Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt183 fun logNotifInternalUpdate(entry: NotificationEntry, name: String, reason: String) { in logNotifInternalUpdate() method in com.android.systemui.statusbar.notification.collection.notifcollection.NotifCollectionLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java1019 mLogger.logNotifInternalUpdate(entry, name, reason); in updateNotificationInternally()