Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java493 dumpNotification(pw, prefix + prefix, notification, redact); in dump()
495 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
553 private void dumpNotification(PrintWriter pw, String prefix, Notification notification, in dumpNotification() method in NotificationRecord