Searched refs:mSensorPrivacyManager (Results 1 – 3 of 3) sorted by relevance
36 private final @NonNull SensorPrivacyManager mSensorPrivacyManager; field in IndividualSensorPrivacyControllerImpl42 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()48 mSensorPrivacyManager.addSensorPrivacyListener(sensor, in init()51 mState.put(sensor, mSensorPrivacyManager.isSensorPrivacyEnabled(sensor)); in init()57 return mSensorPrivacyManager.supportsSensorToggle(sensor); in supportsSensorToggle()67 mSensorPrivacyManager.setSensorPrivacyForProfileGroup(source, sensor, blocked); in setSensorBlocked()72 mSensorPrivacyManager.suppressSensorPrivacyReminders(sensor, suppress); in suppressSensorPrivacyReminders()
34 private SensorPrivacyManager mSensorPrivacyManager; field in SensorPrivacyControllerImpl43 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()48 mSensorPrivacyEnabled = mSensorPrivacyManager.isAllSensorPrivacyEnabled(); in init()49 mSensorPrivacyManager.addAllSensorPrivacyListener(this); in init()
327 @Inject Lazy<SensorPrivacyManager> mSensorPrivacyManager; field in Dependency390 mProviders.put(SensorPrivacyManager.class, mSensorPrivacyManager::get); in start()