Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java512 dumpNotification(pw, prefix + prefix, notification, redact); in dump()
514 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
571 private void dumpNotification(PrintWriter pw, String prefix, Notification notification, in dumpNotification() method in NotificationRecord