Searched refs:sensitiveNotificationProtectionController (Results 1 – 7 of 7) sorted by relevance
71 val sensitiveNotificationProtectionController: SensitiveNotificationProtectionController = constant in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorTest83 sensitiveNotificationProtectionController113 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 …]
67 @Mock private lateinit var sensitiveNotificationProtectionController: variable in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest76 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()
62 private val sensitiveNotificationProtectionController: in bindCoordinator() constant in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorImpl78 sensitiveNotificationProtectionController.isSensitiveStateActive && in bindCoordinator()86 sensitiveNotificationProtectionController in bindCoordinator()113 sensitiveNotificationProtectionController.isSensitiveStateActive in bindCoordinator()140 sensitiveNotificationProtectionController.shouldProtectNotification(entry) in bindCoordinator()
49 private val sensitiveNotificationProtectionController: constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinator81 sensitiveNotificationProtectionController.isSensitiveStateActive in calculateNotifStats()
143 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in create() argument164 sensitiveNotificationProtectionController, in create()190 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in BubblesManager() argument208 mSensitiveNotifProtectionController = sensitiveNotificationProtectionController; in BubblesManager()
389 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in provideBubblesManager() argument409 sensitiveNotificationProtectionController, in provideBubblesManager()
750 SensitiveNotificationProtectionController sensitiveNotificationProtectionController) { in NotificationStackScrollLayoutController()797 mSensitiveNotificationProtectionController = sensitiveNotificationProtectionController; in NotificationStackScrollLayoutController()