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.java32 public class SensorPrivacyControllerImpl implements SensorPrivacyController,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependencyBinder.java65 import com.android.systemui.statusbar.policy.SensorPrivacyController;
232 public abstract SensorPrivacyController provideSensorPrivacyControllerImpl( in provideSensorPrivacyControllerImpl()
DDependency.java101 import com.android.systemui.statusbar.policy.SensorPrivacyController;
292 @Inject Lazy<SensorPrivacyController> mSensorPrivacyController;
480 mProviders.put(SensorPrivacyController.class, mSensorPrivacyController::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java61 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() {