Home
last modified time | relevance | path

Searched refs:mSensorPrivacyController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java116 private final SensorPrivacyController mSensorPrivacyController; field in PhoneStatusBarPolicy
147 mSensorPrivacyController = Dependency.get(SensorPrivacyController.class); in PhoneStatusBarPolicy()
229 mSensorPrivacyController.isSensorPrivacyEnabled()); in PhoneStatusBarPolicy()
240 mSensorPrivacyController.addCallback(mSensorPrivacyListener); in PhoneStatusBarPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java292 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController; field in Dependency
480 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()