Home
last modified time | relevance | path

Searched refs:isSensitive (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt314 makeTarget(1, userHandlePrimary, isSensitive = true),
315 makeTarget(2, userHandleManaged, isSensitive = true),
316 makeTarget(3, userHandlePrimary, isSensitive = true)
352 makeTarget(1, userHandlePrimary, isSensitive = true),
353 makeTarget(2, userHandleManaged, isSensitive = true),
355 makeTarget(4, userHandlePrimary, isSensitive = true),
379 makeTarget(1, userHandlePrimary, isSensitive = true),
380 makeTarget(2, userHandleManaged, isSensitive = true),
381 makeTarget(4, userHandlePrimary, isSensitive = true)
520 isSensitive: Boolean = false
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinator.kt88 val isSensitive = userPublic && needsRedaction regex
89 entry.setSensitive(isSensitive, deviceSensitive)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt182 val sensitiveDescriptor = if (entry.isSensitive) {
305 (!usedInSensitiveContext || !entry.isSensitive)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt290 !t.isSensitive || showSensitiveContentForCurrentUser
298 (!t.isSensitive || showSensitiveContentForManagedUser)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt107 if (entry.isSensitive) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DHeadsUpStatusBarView.java119 if (entry.isSensitive()) { in setEntry()
H A DLockscreenShadeTransitionController.kt318 return view.entry.isSensitive
/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java314 public boolean isSensitive() { in isSensitive() method in SmartspaceTarget
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java396 } else if (clickedEntry.isSensitive() in onExpandClicked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java919 public boolean isSensitive() { in isSensitive() method in NotificationEntry
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1684 method public boolean isSensitive();