Searched refs:SensorPrivacyController (Results 1 – 5 of 5) sorted by relevance
22 public interface SensorPrivacyController extends interface23 CallbackController<SensorPrivacyController.OnSensorPrivacyChangedListener> {
32 public class SensorPrivacyControllerImpl implements SensorPrivacyController,
65 import com.android.systemui.statusbar.policy.SensorPrivacyController;232 public abstract SensorPrivacyController provideSensorPrivacyControllerImpl( in provideSensorPrivacyControllerImpl()
101 import com.android.systemui.statusbar.policy.SensorPrivacyController;292 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController;480 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()
61 import com.android.systemui.statusbar.policy.SensorPrivacyController;116 private final SensorPrivacyController mSensorPrivacyController;147 mSensorPrivacyController = Dependency.get(SensorPrivacyController.class); in PhoneStatusBarPolicy()516 private final SensorPrivacyController.OnSensorPrivacyChangedListener mSensorPrivacyListener =517 new SensorPrivacyController.OnSensorPrivacyChangedListener() {