Home
last modified time | relevance | path

Searched refs:dynamicPrivacyController (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinatorTest.kt50 val dynamicPrivacyController: DynamicPrivacyController = mock()
61 dynamicPrivacyController,
75 verify(dynamicPrivacyController).addListener(capture())
96 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(false)
114 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(false)
132 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(false)
150 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(false)
186 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(true)
204 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(true)
224 whenever(dynamicPrivacyController.isDynamicallyUnlocked).thenReturn(true)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinator.kt51 private val dynamicPrivacyController: DynamicPrivacyController,
62 dynamicPrivacyController.addListener(this)
87 val dynamicallyUnlocked = dynamicPrivacyController.isDynamicallyUnlocked
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java107 DynamicPrivacyController dynamicPrivacyController, in StatusBarNotificationPresenter() argument
128 mDynamicPrivacyController = dynamicPrivacyController; in StatusBarNotificationPresenter()
H A DCentralSurfacesImpl.java692 DynamicPrivacyController dynamicPrivacyController, in CentralSurfacesImpl() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java640 DynamicPrivacyController dynamicPrivacyController, in NotificationStackScrollLayoutController() argument
691 mDynamicPrivacyController = dynamicPrivacyController; in NotificationStackScrollLayoutController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java698 DynamicPrivacyController dynamicPrivacyController, in NotificationPanelViewController() argument
900 dynamicPrivacyController.addListener(this::onDynamicPrivacyChanged); in NotificationPanelViewController()