Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DIndividualSensorPrivacyControllerImpl.java36 private final @NonNull SensorPrivacyManager mSensorPrivacyManager; field in IndividualSensorPrivacyControllerImpl
42 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
48 mSensorPrivacyManager.addSensorPrivacyListener(sensor, in init()
51 mState.put(sensor, mSensorPrivacyManager.isSensorPrivacyEnabled(sensor)); in init()
57 return mSensorPrivacyManager.supportsSensorToggle(sensor); in supportsSensorToggle()
67 mSensorPrivacyManager.setSensorPrivacyForProfileGroup(source, sensor, blocked); in setSensorBlocked()
72 mSensorPrivacyManager.suppressSensorPrivacyReminders(sensor, suppress); in suppressSensorPrivacyReminders()
DSensorPrivacyControllerImpl.java34 private SensorPrivacyManager mSensorPrivacyManager; field in SensorPrivacyControllerImpl
43 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()
48 mSensorPrivacyEnabled = mSensorPrivacyManager.isAllSensorPrivacyEnabled(); in init()
49 mSensorPrivacyManager.addAllSensorPrivacyListener(this); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java327 @Inject Lazy<SensorPrivacyManager> mSensorPrivacyManager; field in Dependency
390 mProviders.put(SensorPrivacyManager.class, mSensorPrivacyManager::get); in start()