Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt116 val deviceSensitive = (devicePublic && in bindCoordinator() constant
144 entry.setSensitive(isSensitive || shouldProtectNotification, deviceSensitive) in bindCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java926 public void setSensitive(boolean sensitive, boolean deviceSensitive) { in setSensitive() argument
927 getRow().setSensitive(sensitive, deviceSensitive); in setSensitive()