Home
last modified time | relevance | path

Searched refs:SensorPrivacyController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensorPrivacyController.java22 public interface SensorPrivacyController extends interface
23 CallbackController<SensorPrivacyController.OnSensorPrivacyChangedListener> {
DSensorPrivacyControllerImpl.java33 SensorPrivacyController,
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DReferenceSystemUIModule.java75 import com.android.systemui.statusbar.policy.SensorPrivacyController;
159 static SensorPrivacyController provideSensorPrivacyController( in provideSensorPrivacyController()
161 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java76 import com.android.systemui.statusbar.policy.SensorPrivacyController;
158 private final SensorPrivacyController mSensorPrivacyController;
185 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy()
627 private final SensorPrivacyController.OnSensorPrivacyChangedListener mSensorPrivacyListener =
628 new SensorPrivacyController.OnSensorPrivacyChangedListener() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicyTest.kt49 import com.android.systemui.statusbar.policy.SensorPrivacyController
108 @Mock private lateinit var sensorPrivacyController: SensorPrivacyController