Home
last modified time | relevance | path

Searched refs:sensitiveNotificationProtectionController (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt71 val sensitiveNotificationProtectionController: SensitiveNotificationProtectionController = constant in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorTest
83 sensitiveNotificationProtectionController
113 verify(sensitiveNotificationProtectionController) in onSensitiveStateChanged_invokeInvalidationListener()
136 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive) in screenshareSecretFilter_sensitiveInctive_noFiltersSecret()
154 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in screenshareSecretFilter_sensitiveActive_filtersSecret()
201 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive()
224 sensitiveNotificationProtectionController.shouldProtectNotification( in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification()
269 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive()
292 sensitiveNotificationProtectionController.shouldProtectNotification( in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification()
337 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_sensitiveActive()
[all …]
DStackCoordinatorTest.kt67 @Mock private lateinit var sensitiveNotificationProtectionController: variable in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest
76 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive) in setUp()
86 sensitiveNotificationProtectionController, in setUp()
128 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_isSensitiveStateActive_nonClearableAlerting()
148 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_isSensitiveStateActive_nonClearableSilent()
172 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableAlerting()
197 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableSilent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt62 private val sensitiveNotificationProtectionController: in bindCoordinator() constant in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorImpl
78 sensitiveNotificationProtectionController.isSensitiveStateActive && in bindCoordinator()
86 sensitiveNotificationProtectionController in bindCoordinator()
113 sensitiveNotificationProtectionController.isSensitiveStateActive in bindCoordinator()
140 sensitiveNotificationProtectionController.shouldProtectNotification(entry) in bindCoordinator()
DStackCoordinator.kt49 private val sensitiveNotificationProtectionController: constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinator
81 sensitiveNotificationProtectionController.isSensitiveStateActive in calculateNotifStats()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java143 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in create() argument
164 sensitiveNotificationProtectionController, in create()
190 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in BubblesManager() argument
208 mSensitiveNotifProtectionController = sensitiveNotificationProtectionController; in BubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java389 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in provideBubblesManager() argument
409 sensitiveNotificationProtectionController, in provideBubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java750 SensitiveNotificationProtectionController sensitiveNotificationProtectionController) { in NotificationStackScrollLayoutController()
797 mSensitiveNotificationProtectionController = sensitiveNotificationProtectionController; in NotificationStackScrollLayoutController()