Searched refs:QC_ACTION_SLIDER_VALUE (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.car.qc.QCItem.QC_ACTION_SLIDER_VALUE;95 intent.putExtra(QC_ACTION_SLIDER_VALUE, newValue); in onNotifyChange_updatesBrightness()
21 import static com.android.car.qc.QCItem.QC_ACTION_SLIDER_VALUE;98 intent.putExtra(QC_ACTION_SLIDER_VALUE, TEST_NEW_VOLUME); in verifyVolumeChanged()
19 import static com.android.car.qc.QCItem.QC_ACTION_SLIDER_VALUE;98 int value = intent.getIntExtra(QC_ACTION_SLIDER_VALUE, Integer.MIN_VALUE); in onNotifyChange()
21 import static com.android.car.qc.QCItem.QC_ACTION_SLIDER_VALUE;130 int value = intent.getIntExtra(QC_ACTION_SLIDER_VALUE, Integer.MIN_VALUE); in onNotifyChange()
45 public static final String QC_ACTION_SLIDER_VALUE = "QC_ACTION_SLIDER_VALUE"; field in QCItem
19 import static com.android.car.qc.QCItem.QC_ACTION_SLIDER_VALUE;557 intent.putExtra(QC_ACTION_SLIDER_VALUE, mCurrSliderValue); in sendSliderValue()