Searched refs:mSensorPrivacyController (Results 1 – 2 of 2) sorted by relevance
116 private final SensorPrivacyController mSensorPrivacyController; field in PhoneStatusBarPolicy147 mSensorPrivacyController = Dependency.get(SensorPrivacyController.class); in PhoneStatusBarPolicy()229 mSensorPrivacyController.isSensorPrivacyEnabled()); in PhoneStatusBarPolicy()240 mSensorPrivacyController.addCallback(mSensorPrivacyListener); in PhoneStatusBarPolicy()
292 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController; field in Dependency480 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()