HomeSort by relevance Sort by last modified time
    Searched refs:needsRedaction (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationViewHierarchyManager.java 106 boolean needsRedaction = mLockscreenUserManager.needsRedaction(ent);
107 boolean sensitive = userPublic && needsRedaction;
112 ent.row.setNeedsRedaction(needsRedaction);
NotificationLockscreenUserManager.java 415 public boolean needsRedaction(NotificationData.Entry ent) {
ExpandableNotificationRow.java     [all...]
NotificationEntryManager.java 699 row.setNeedsRedaction(mLockscreenUserManager.needsRedaction(entry));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]

Completed in 507 milliseconds