Home
last modified time | relevance | path

Searched refs:SensorPrivacyStateController (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyStateController.java25 abstract class SensorPrivacyStateController { class
27 private static SensorPrivacyStateController sInstance;
33 static SensorPrivacyStateController getInstance() { in getInstance()
H A DSensorPrivacyStateControllerImpl.java26 class SensorPrivacyStateControllerImpl extends SensorPrivacyStateController {
37 static SensorPrivacyStateController getInstance() { in getInstance()
H A DAllSensorStateController.java57 private SensorPrivacyStateController.AllSensorPrivacyListener mListener;
115 SensorPrivacyStateController.AllSensorPrivacyListener listener) { in setAllSensorPrivacyListenerLocked()
H A DSensorPrivacyService.java232 private SensorPrivacyStateController mSensorPrivacyStateController;
275 mSensorPrivacyStateController = SensorPrivacyStateController.getInstance(); in SensorPrivacyServiceImpl()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
H A DSensorPrivacyServiceMockingTest.java296 SensorPrivacyStateController sensorPrivacyStateController = in testGetDefaultState()
329 SensorPrivacyStateController sensorPrivacyStateController = in testGetSetState()
353 SensorPrivacyStateController sensorPrivacyStateController = in testSetState()
369 private SensorPrivacyStateController getSensorPrivacyStateControllerImpl() { in getSensorPrivacyStateControllerImpl()