Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java179 private final SensorPrivacyServiceImpl mSensorPrivacyServiceImpl; field in SensorPrivacyService
216 mSensorPrivacyServiceImpl = new SensorPrivacyServiceImpl(); in SensorPrivacyService()
224 publishBinderService(Context.SENSOR_PRIVACY_SERVICE, mSensorPrivacyServiceImpl); in onStart()
235 mSensorPrivacyServiceImpl.registerSettingsObserver(); in onBootPhase()
245 mSensorPrivacyServiceImpl.userSwitching(USER_NULL, user.getUserIdentifier()); in onUserStarting()
252 mSensorPrivacyServiceImpl.userSwitching(from.getUserIdentifier(), to.getUserIdentifier()); in onUserSwitching()
1716 mSensorPrivacyServiceImpl.setGlobalRestriction(sensor, in handleSensorPrivacyChanged()
1717 mSensorPrivacyServiceImpl.isCombinedToggleSensorPrivacyEnabled(sensor)); in handleSensorPrivacyChanged()
1741 mSensorPrivacyServiceImpl.showSensorStateChangedActivity(sensor, toggleType); in handleSensorPrivacyChanged()
1748 mSensorPrivacyServiceImpl.setGlobalRestriction(sensor, in handleSensorPrivacyChanged()
[all …]