Searched refs:SensorPrivacyController (Results 1 – 5 of 5) sorted by relevance
22 public interface SensorPrivacyController extends interface23 CallbackController<SensorPrivacyController.OnSensorPrivacyChangedListener> {
33 SensorPrivacyController,
75 import com.android.systemui.statusbar.policy.SensorPrivacyController;159 static SensorPrivacyController provideSensorPrivacyController( in provideSensorPrivacyController()161 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
76 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() {
49 import com.android.systemui.statusbar.policy.SensorPrivacyController108 @Mock private lateinit var sensorPrivacyController: SensorPrivacyController