Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java613 if (redact && (val instanceof CharSequence) && shouldRedactStringExtra(key)) { in dumpNotification()
640 private boolean shouldRedactStringExtra(String key) { in shouldRedactStringExtra() method in NotificationRecord