Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java360 void dump(ProtoOutputStream proto, boolean redact) { in dump() argument
384 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump() argument
407 if (redact) { in dump()
449 if (redact && (val instanceof CharSequence || val instanceof String)) { in dump()
458 if (!redact) { in dump()
DNotificationManagerService.java3213 nr.dump(proto, filter.redact);
3222 nr.dump(proto, filter.redact);
3232 nr.dump(proto, filter.redact);
3279 nr.dump(pw, " ", getContext(), filter.redact);
3327 nr.dump(pw, " ", getContext(), filter.redact);
3383 r.dump(pw, " ", getContext(), filter.redact);
5802 public boolean redact = true;
5813 filter.redact = false;