Home
last modified time | relevance | path

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

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