Home
last modified time | relevance | path

Searched defs:needsRedaction (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinator.kt87 val needsRedaction = lockscreenUserManager.needsRedaction(entry) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java78 boolean needsRedaction(NotificationEntry entry); in needsRedaction() method
H A DNotificationLockscreenUserManagerImpl.java506 public boolean needsRedaction(NotificationEntry ent) { in needsRedaction() method in NotificationLockscreenUserManagerImpl