Searched refs:mSensorPrivacyManager (Results 1 – 2 of 2) sorted by relevance
34 private SensorPrivacyManager mSensorPrivacyManager; field in SensorPrivacyControllerImpl44 mSensorPrivacyManager = (SensorPrivacyManager) context.getSystemService( in SensorPrivacyControllerImpl()46 mSensorPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(); in SensorPrivacyControllerImpl()47 mSensorPrivacyManager.addSensorPrivacyListener(this); in SensorPrivacyControllerImpl()
286 @Inject Lazy<SensorPrivacyManager> mSensorPrivacyManager; field in Dependency324 mProviders.put(SensorPrivacyManager.class, mSensorPrivacyManager::get); in start()