Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt193 fun logNotifInternalUpdateFailed(sbn: StatusBarNotification, name: String, reason: String) { in logNotifInternalUpdateFailed() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java1016 mLogger.logNotifInternalUpdateFailed(sbn, name, reason); in updateNotificationInternally()