Searched refs:SensorPrivacyController (Results 1 – 6 of 6) sorted by relevance
22 public interface SensorPrivacyController extends interface23 CallbackController<SensorPrivacyController.OnSensorPrivacyChangedListener> {
32 public class SensorPrivacyControllerImpl implements SensorPrivacyController,
70 import com.android.systemui.statusbar.policy.SensorPrivacyController;121 static SensorPrivacyController provideSensorPrivacyController( in provideSensorPrivacyController()123 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
69 import com.android.systemui.statusbar.policy.SensorPrivacyController;128 static SensorPrivacyController provideSensorPrivacyController( in provideSensorPrivacyController()130 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
71 import com.android.systemui.statusbar.policy.SensorPrivacyController;147 private final SensorPrivacyController mSensorPrivacyController;173 SensorPrivacyController sensorPrivacyController, IActivityManager iActivityManager, in PhoneStatusBarPolicy()582 private final SensorPrivacyController.OnSensorPrivacyChangedListener mSensorPrivacyListener =583 new SensorPrivacyController.OnSensorPrivacyChangedListener() {
124 import com.android.systemui.statusbar.policy.SensorPrivacyController;344 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController;549 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()