Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionController.java40 boolean shouldProtectNotification(NotificationEntry entry); in shouldProtectNotification() method
DSensitiveNotificationProtectionControllerImpl.java352 public boolean shouldProtectNotification(NotificationEntry entry) { in shouldProtectNotification() method in SensitiveNotificationProtectionControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt139 val shouldProtectNotification = screenshareNotificationHiding() && in bindCoordinator() constant