Searched refs:mSensorPrivacyEnabled (Results 1 – 6 of 6) 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()
159 std::atomic_bool mSensorPrivacyEnabled; variable
1916 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()1926 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()1930 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
580 : mService(service), mSensorPrivacyEnabled(false), mRegistered(false) {} in SensorPrivacyPolicy()595 bool mSensorPrivacyEnabled; variable
2827 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()2846 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()2852 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
416 std::atomic_bool mSensorPrivacyEnabled; variable