Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubService.java191 private SensorPrivacyManagerInternal mSensorPrivacyManagerInternal; field in ContextHubService
470 mSensorPrivacyManagerInternal = null;
498 mSensorPrivacyManagerInternal =
647 if (mSensorPrivacyManagerInternal == null) {
652 mSensorPrivacyManagerInternal.addSensorPrivacyListenerForAllUsers(
1737 boolean isEnabled = mSensorPrivacyManagerInternal == null ? false :
1738 mSensorPrivacyManagerInternal.isSensorPrivacyEnabled(
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java194 private SensorPrivacyManagerInternalImpl mSensorPrivacyManagerInternal; field in SensorPrivacyService
225 mSensorPrivacyManagerInternal = new SensorPrivacyManagerInternalImpl(); in onStart()
227 mSensorPrivacyManagerInternal); in onStart()
1713 mSensorPrivacyManagerInternal.dispatch(userId, sensor, enabled); in handleSensorPrivacyChanged()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java746 private final SensorPrivacyManagerInternal mSensorPrivacyManagerInternal; field in AudioService
1174 mSensorPrivacyManagerInternal = in AudioService()
1656 mSensorPrivacyManagerInternal.addSensorPrivacyListenerForAllUsers( in onSystemReady()
10063 mMicMuteFromPrivacyToggle = mSensorPrivacyManagerInternal in onReceive()