Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java79 public boolean autoRedacted; // whether the redacted notification was generated by us field in NotificationData.Entry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java6327 entry.autoRedacted = entry.notification.getNotification().publicVersion == null;
6852 if (entry.autoRedacted && publicContentView != null && inflatedView != null) {