Home
last modified time | relevance | path

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

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