Searched refs:mSensorPrivacyController (Results 1 – 2 of 2) sorted by relevance
136 private final SensorPrivacyController mSensorPrivacyController; field in PhoneStatusBarPolicy184 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()282 mSensorPrivacyController.isSensorPrivacyEnabled()); in init()297 mSensorPrivacyController.addCallback(mSensorPrivacyListener); in init()
308 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController; field in Dependency497 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()