Searched refs:mSensitiveNotificationProtectionController (Results 1 – 3 of 3) sorted by relevance
178 private SensitiveNotificationProtectionController mSensitiveNotificationProtectionController; field in NotificationStackScrollLayoutControllerTest379 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in testOnUserChange_verifyNotSensitive_screenshareNotificationHidingEnabled()399 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in testOnUserChange_verifySensitiveProfile_screenshareNotificationHidingEnabled()419 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(true); in testOnUserChange_verifySensitiveActive_screenshareNotificationHidingEnabled()468 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in testOnStatePostChange_verifyNotSensitive_screenshareNotificationHidingEnabled()486 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in testOnStatePostChange_verifyIfProfileIsPublic_screenshareNotificationHidingEnabled()504 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(true); in testOnStatePostChange_verifyIfSensitiveActive_screenshareNotificationHidingEnabled()555 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in testOnStatePostChange_goingFullShade_verifyNotSensitive_screenshareHideEnabled()574 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in testOnStatePostChange_goingFullShade_verifyProfileIsPublic_screenshareHideEnabled()593 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(true); in testOnStatePostChange_goingFullShade_verifySensitiveActive_screenshareHideEnabled()[all …]
248 private SensitiveNotificationProtectionController mSensitiveNotificationProtectionController; field in BubblesTest528 mSensitiveNotificationProtectionController, in setUp()2284 verifyZeroInteractions(mSensitiveNotificationProtectionController); in doesNotRegisterSensitiveStateListener()2290 verify(mSensitiveNotificationProtectionController).registerSensitiveStateListener(any()); in registerSensitiveStateListener()2296 verify(mSensitiveNotificationProtectionController, atLeastOnce()) in onSensitiveNotificationProtectionStateChanged()2299 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(true); in onSensitiveNotificationProtectionStateChanged()2303 when(mSensitiveNotificationProtectionController.isSensitiveStateActive()).thenReturn(false); in onSensitiveNotificationProtectionStateChanged()
222 mSensitiveNotificationProtectionController; field in NotificationStackScrollLayoutController433 mSensitiveNotificationProtectionController.isSensitiveStateActive(); in updateSensitivenessWithAnimation()797 mSensitiveNotificationProtectionController = sensitiveNotificationProtectionController; in NotificationStackScrollLayoutController()913 mSensitiveNotificationProtectionController in setUpView()