Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionLogger.kt94 fun logNotifRemoved(sbn: StatusBarNotification, @CancellationReason reason: Int) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java470 mLogger.logNotifRemoved(sbn, reason); in onNotificationRemoved()