Searched refs:SensorPrivacyController (Results 1 – 7 of 7) sorted by relevance
22 public interface SensorPrivacyController extends interface23 CallbackController<SensorPrivacyController.OnSensorPrivacyChangedListener> {
33 SensorPrivacyController,
70 import com.android.systemui.statusbar.policy.SensorPrivacyController;116 static SensorPrivacyController provideSensorPrivacyController( in provideSensorPrivacyController()118 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
69 import com.android.systemui.statusbar.policy.SensorPrivacyController;126 static SensorPrivacyController provideSensorPrivacyController( in provideSensorPrivacyController()128 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
74 import com.android.systemui.statusbar.policy.SensorPrivacyController;156 private final SensorPrivacyController mSensorPrivacyController;183 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy()611 private final SensorPrivacyController.OnSensorPrivacyChangedListener mSensorPrivacyListener =612 new SensorPrivacyController.OnSensorPrivacyChangedListener() {
47 import com.android.systemui.statusbar.policy.SensorPrivacyController106 @Mock private lateinit var sensorPrivacyController: SensorPrivacyController
119 import com.android.systemui.statusbar.policy.SensorPrivacyController;326 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController;517 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()