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

/frameworks/base/services/core/java/com/android/server/notification/
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) {
H A DNotificationManagerService.java2358 nr.dump(pw, " ", getContext(), filter.redact);
2455 r.dump(pw, " ", getContext(), filter.redact);
4154 public boolean redact = true; field in class:NotificationManagerService.DumpFilter
4161 filter.redact = false;

Completed in 14 milliseconds