Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyStateController.java27 abstract class SensorPrivacyStateController { class
29 private static SensorPrivacyStateController sInstance;
35 static SensorPrivacyStateController getInstance() { in getInstance()
DAllSensorStateController.java57 private SensorPrivacyStateController.AllSensorPrivacyListener mListener;
115 SensorPrivacyStateController.AllSensorPrivacyListener listener) { in setAllSensorPrivacyListenerLocked()
DSensorPrivacyStateControllerImpl.java30 class SensorPrivacyStateControllerImpl extends SensorPrivacyStateController {
41 static SensorPrivacyStateController getInstance() { in getInstance()
DSensorPrivacyService.java265 private SensorPrivacyStateController mSensorPrivacyStateController;
308 mSensorPrivacyStateController = SensorPrivacyStateController.getInstance(); in SensorPrivacyServiceImpl()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DSensorPrivacyServiceMockingTest.java296 SensorPrivacyStateController sensorPrivacyStateController = in testGetDefaultState()
329 SensorPrivacyStateController sensorPrivacyStateController = in testGetSetState()
353 SensorPrivacyStateController sensorPrivacyStateController = in testSetState()
369 private SensorPrivacyStateController getSensorPrivacyStateControllerImpl() { in getSensorPrivacyStateControllerImpl()