Searched refs:privacyController (Results 1 – 5 of 5) sorted by relevance
48 private val privacyController: IndividualSensorPrivacyController, in <lambda>() constant in com.android.systemui.qs.tiles.impl.sensorprivacy.SensorPrivacyToggleTileDataInteractor65 privacyController.addCallback(callback) // does not emit an initial state in <lambda>()66 awaitClose { privacyController.removeCallback(callback) } in <lambda>()69 emit(SensorPrivacyToggleTileModel(privacyController.isSensorBlocked(sensorId))) in <lambda>()78 return privacyController.supportsSensorToggle(sensorId) && isSensorDeviceConfigSet() in <lambda>()
68 private lateinit var privacyController: IndividualSensorPrivacyController variable in com.android.systemui.qs.tiles.CameraToggleTileTest95 privacyController, in setUp()139 privacyController, in testLongClickIntent_safetyCenterEnabled()160 privacyController, in testLongClickIntent_safetyCenterDisabled()
68 private lateinit var privacyController: IndividualSensorPrivacyController variable in com.android.systemui.qs.tiles.MicrophoneToggleTileTest96 privacyController, in setUp()138 privacyController, in testLongClickIntent_safetyCenterEnabled()159 privacyController, in testLongClickIntent_safetyCenterDisabled()
49 private val privacyController: PrivacyItemController, constant in com.android.systemui.statusbar.events.SystemEventCoordinator62 privacyController.addCallback(privacyStateListener) in startObserving()68 privacyController.removeCallback(privacyStateListener) in stopObserving()
54 @Mock lateinit var privacyController: PrivacyItemController variable in com.android.systemui.statusbar.events.SystemEventCoordinatorTest65 privacyController, in setup()