Searched refs:mSensorPrivacyEnabled (Results 1 – 7 of 7) sorted by relevance
38 private boolean mSensorPrivacyEnabled; field in SensorPrivacyControllerImpl49 mSensorPrivacyEnabled = mSensorPrivacyManager.isAllSensorPrivacyEnabled(); in init()58 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()86 mSensorPrivacyEnabled = enabled; in onAllSensorPrivacyChanged()94 listener.onSensorPrivacyChanged(mSensorPrivacyEnabled); in notifyListenerLocked()
258 std::atomic_bool mSensorPrivacyEnabled; variable
2228 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()2244 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()2248 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()2280 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForIndividual()
694 : mService(service), mSensorPrivacyEnabled(false), mRegistered(false) {} in SensorPrivacyPolicy()711 bool mSensorPrivacyEnabled; variable
3626 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerSelf()3644 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()3658 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
1475 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()1481 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForMicrophoneOnly()1493 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()1497 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
475 std::atomic_bool mSensorPrivacyEnabled = false; variable