Searched defs:redact (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java117 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { argument
167 if (redact && (val instanceof CharSequence || val instanceof String)) {
168 // redact contents from bugreports
176 if (!redact) {
H A DNotificationManagerService.java1868 nr.dump(pw, " ", getContext(), filter.redact);
1951 r.dump(pw, " ", getContext(), filter.redact);
3507 public boolean redact = true; field in class:NotificationManagerService.DumpFilter
3514 filter.redact = false;

Completed in 151 milliseconds