Searched refs:redact (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java252 // foreground but always redact the package name.
253 boolean redact = (!includePackage) || profileId != userId;
254 toRedact.put(profiles[i], redact);
258 Boolean redact = toRedact.get(events[i].userId);
259 if (redact != null) {
260 if (!redact) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java392 void dump(ProtoOutputStream proto, long fieldId, boolean redact, int state) { argument
421 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { argument
444 if (redact) {
486 if (redact && (val instanceof CharSequence || val instanceof String)) {
487 // redact contents from bugreports
495 if (!redact) {
H A DNotificationManagerService.java3703 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact,
3710 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact,
3718 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact,
3777 nr.dump(pw, " ", getContext(), filter.redact);
3856 nr.dump(pw, " ", getContext(), filter.redact);
3914 r.dump(pw, " ", getContext(), filter.redact);
6903 public boolean redact = true; field in class:NotificationManagerService.DumpFilter
6916 filter.redact = false;

Completed in 792 milliseconds