/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceControllerTest.kt | 424 makeTarget(1, userHandlePrimary, isSensitive = true), in <lambda>() 425 makeTarget(2, userHandleManaged, isSensitive = true), in <lambda>() 426 makeTarget(3, userHandlePrimary, isSensitive = true) in <lambda>() 460 makeTarget(1, userHandlePrimary, isSensitive = true), in <lambda>() 482 makeTarget(1, userHandlePrimary, isSensitive = true), in <lambda>() 483 makeTarget(2, userHandleManaged, isSensitive = true), in <lambda>() 485 makeTarget(4, userHandlePrimary, isSensitive = true), in <lambda>() 487 makeTarget(6, userHandleSecondary, isSensitive = true) in <lambda>() 505 makeTarget(1, userHandlePrimary, isSensitive = true), in <lambda>() 527 makeTarget(1, userHandlePrimary, isSensitive = true), in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardModel.kt | 37 val isSensitive: Boolean, constant in com.android.systemui.clipboardoverlay.ClipboardModel 50 isSensitive == other.isSensitive in dataMatches()
|
D | ClipboardOverlayController.java | 349 if (model.isSensitive()) { in setExpandedView() 361 if (model.isSensitive()) { in setExpandedView() 401 if (model.isSensitive()) { in setExpandedView() 411 if (model.isSensitive() || model.loadThumbnail(mContext) != null) { in setExpandedView() 414 model.isSensitive() ? null : model.loadThumbnail(mContext)); in setExpandedView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/ |
D | LockscreenTargetFilter.kt | 106 !t.isSensitive || showSensitiveContentForCurrentUser in filterSmartspaceTarget() 114 (!t.isSensitive || showSensitiveContentForManagedUser) in filterSmartspaceTarget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SensitiveContentCoordinator.kt | 143 val isSensitive = userPublic && needsRedaction in bindCoordinator() constant 144 entry.setSensitive(isSensitive || shouldProtectNotification, deviceSensitive) in bindCoordinator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | HeadsUpStatusBarView.java | 120 if (entry.isSensitive().getValue()) { in setEntry()
|
D | LockscreenShadeTransitionController.kt | 398 return view.entry.isSensitive.value in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/ |
D | LockscreenTargetFilterTest.kt | 106 `when`(smartspaceTarget.isSensitive).thenReturn(true) in testLockscreenAllowPrivateNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardModelTest.kt | 65 assertFalse(model.isSensitive) in test_textClipData()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManager.kt | 209 if (entry.isSensitive.value) { in <lambda>() 419 (!usedInSensitiveContext || !entry.isSensitive.value) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 586 !t.isSensitive || showSensitiveContentForCurrentUser in <lambda>() 594 (!t.isSensitive || showSensitiveContentForManagedUser) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 250 } else if (clickedEntry.isSensitive().getValue() in onExpandClicked()
|
/frameworks/base/core/java/android/app/smartspace/ |
D | SmartspaceTarget.java | 405 public boolean isSensitive() { in isSensitive() method in SmartspaceTarget
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 916 public StateFlow<Boolean> isSensitive() { in isSensitive() method in NotificationEntry
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 434 boolean isSensitive = isAnyProfilePublic || isSensitiveContentProtectionActive; in updateSensitivenessWithAnimation() 438 mView.updateSensitiveness(shouldAnimate, isSensitive); in updateSensitivenessWithAnimation()
|
/frameworks/base/core/api/ |
D | system-current.txt | 2693 method public boolean isSensitive();
|