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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2379 nr.dump(pw, " ", getContext(), filter.redact);
2476 r.dump(pw, " ", getContext(), filter.redact);
4195 public boolean redact = true; field in class:NotificationManagerService.DumpFilter
4202 filter.redact = false;
H A DNotificationRecord.java192 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { argument
244 if (redact && (val instanceof CharSequence || val instanceof String)) {
245 // redact contents from bugreports
253 if (!redact) {

Completed in 29 milliseconds