Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java171 private SensorPrivacyManagerInternal mSensorPrivacyManagerInternal; field in ContextHubService
330 mSensorPrivacyManagerInternal = null;
358 mSensorPrivacyManagerInternal =
506 if (mSensorPrivacyManagerInternal == null) {
511 mSensorPrivacyManagerInternal.addSensorPrivacyListenerForAllUsers(
1473 boolean isEnabled = mSensorPrivacyManagerInternal == null ? false :
1474 mSensorPrivacyManagerInternal.isSensorPrivacyEnabled(
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java170 private SensorPrivacyManagerInternalImpl mSensorPrivacyManagerInternal; field in SensorPrivacyService
195 mSensorPrivacyManagerInternal = new SensorPrivacyManagerInternalImpl(); in onStart()
197 mSensorPrivacyManagerInternal); in onStart()
1409 mSensorPrivacyManagerInternal.dispatch(userId, sensor, enabled); in handleSensorPrivacyChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java661 private final SensorPrivacyManagerInternal mSensorPrivacyManagerInternal; field in AudioService
1039 mSensorPrivacyManagerInternal = in AudioService()
1471 mSensorPrivacyManagerInternal.addSensorPrivacyListenerForAllUsers( in onSystemReady()
9629 mMicMuteFromPrivacyToggle = mSensorPrivacyManagerInternal in onReceive()