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.java136 private final SensorPrivacyController mSensorPrivacyController; field in PhoneStatusBarPolicy
184 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()
282 mSensorPrivacyController.isSensorPrivacyEnabled()); in init()
297 mSensorPrivacyController.addCallback(mSensorPrivacyListener); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java308 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController; field in Dependency
497 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()