Searched refs:privacyManager (Results 1 – 3 of 3) sorted by relevance
46 private val privacyManager = mock<SensorPrivacyManager>() constant51 privacyManager88 Mockito.verify(privacyManager) in isEnabled_dataMatchesSensorPrivacyManager()
49 private val privacyManager: SensorPrivacyManager, constant in com.android.systemui.camera.data.repository.CameraSensorPrivacyRepositoryImpl56 privacyManager in isEnabled()
85 SensorPrivacyManager privacyManager, in RotationLockTile() argument93 mPrivacyManager = privacyManager; in RotationLockTile()