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 D | LockscreenSmartspaceControllerTest.kt | 314 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 D | SensitiveContentCoordinator.kt | 88 val isSensitive = userPublic && needsRedaction regex 89 entry.setSensitive(isSensitive, deviceSensitive)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 182 val sensitiveDescriptor = if (entry.isSensitive) { 305 (!usedInSensitiveContext || !entry.isSensitive)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
H A D | LockscreenSmartspaceController.kt | 290 !t.isSensitive || showSensitiveContentForCurrentUser 298 (!t.isSensitive || showSensitiveContentForManagedUser)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | BypassHeadsUpNotifier.kt | 107 if (entry.isSensitive) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | HeadsUpStatusBarView.java | 119 if (entry.isSensitive()) { in setEntry()
|
H A D | LockscreenShadeTransitionController.kt | 318 return view.entry.isSensitive
|
/aosp12/frameworks/base/core/java/android/app/smartspace/ |
H A D | SmartspaceTarget.java | 314 public boolean isSensitive() { in isSensitive() method in SmartspaceTarget
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenter.java | 396 } else if (clickedEntry.isSensitive() in onExpandClicked()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 919 public boolean isSensitive() { in isSensitive() method in NotificationEntry
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 1684 method public boolean isSensitive();
|