Home
last modified time | relevance | path

Searched refs:mSensitiveNotificationProtectionController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java178 private SensitiveNotificationProtectionController mSensitiveNotificationProtectionController; field in NotificationStackScrollLayoutControllerTest
379 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java248 private SensitiveNotificationProtectionController mSensitiveNotificationProtectionController; field in BubblesTest
528 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java222 mSensitiveNotificationProtectionController; field in NotificationStackScrollLayoutController
433 mSensitiveNotificationProtectionController.isSensitiveStateActive(); in updateSensitivenessWithAnimation()
797 mSensitiveNotificationProtectionController = sensitiveNotificationProtectionController; in NotificationStackScrollLayoutController()
913 mSensitiveNotificationProtectionController in setUpView()