Searched refs:mSensorPrivacyEnabled (Results 1 – 7 of 7) sorted by relevance
37 private boolean mSensorPrivacyEnabled; field in SensorPrivacyControllerImpl46 mSensorPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(); in SensorPrivacyControllerImpl()56 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()84 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()92 listener.onSensorPrivacyChanged(mSensorPrivacyEnabled); in notifyListenerLocked()
225 std::atomic_bool mSensorPrivacyEnabled; variable
2014 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()2024 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()2028 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
648 : mService(service), mSensorPrivacyEnabled(false), mRegistered(false) {} in SensorPrivacyPolicy()664 bool mSensorPrivacyEnabled; variable
3298 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerSelf()3316 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()3322 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
1142 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()1152 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()1156 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
451 std::atomic_bool mSensorPrivacyEnabled = false; variable