Home
last modified time | relevance | path

Searched refs:autoRedacted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java55 public boolean autoRedacted; // whether the redacted notification was generated by us field in NotificationData.Entry
85 autoRedacted = false; in reset()
DBaseStatusBar.java1739 entry.autoRedacted = entry.notification.getNotification().publicVersion == null;
2512 if (entry.autoRedacted && publicContentView != null && inflatedView != null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1766 if (ent.autoRedacted && ent.legacy) { in updateNotificationShade()