Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensorPrivacyControllerImpl.java34 private SensorPrivacyManager mSensorPrivacyManager; field in SensorPrivacyControllerImpl
44 mSensorPrivacyManager = (SensorPrivacyManager) context.getSystemService( in SensorPrivacyControllerImpl()
46 mSensorPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(); in SensorPrivacyControllerImpl()
47 mSensorPrivacyManager.addSensorPrivacyListener(this); in SensorPrivacyControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java286 @Inject Lazy<SensorPrivacyManager> mSensorPrivacyManager; field in Dependency
324 mProviders.put(SensorPrivacyManager.class, mSensorPrivacyManager::get); in start()