Searched refs:ACTION_SLIDER_CHANGED (Results 1 – 7 of 7) sorted by relevance
203 Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED); in onReceive_sliderChanged()231 Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED); in onReceive_invalidController_throwsException()242 final Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED) in sliderOnReceive_noKey_throwsException()323 final Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED); in sliderUpdate_unavailableUriNotified()
23 import static com.android.settings.slices.SettingsSliceProvider.ACTION_SLIDER_CHANGED;77 case ACTION_SLIDER_CHANGED: in onReceive()
102 public static final String ACTION_SLIDER_CHANGED = field in SettingsSliceProvider
384 return getActionIntent(context, SettingsSliceProvider.ACTION_SLIDER_CHANGED, sliceData); in getSliderAction()
23 import static com.android.car.developeroptions.slices.SettingsSliceProvider.ACTION_SLIDER_CHANGED;77 case ACTION_SLIDER_CHANGED: in onReceive()
97 public static final String ACTION_SLIDER_CHANGED = field in SettingsSliceProvider
378 return getActionIntent(context, SettingsSliceProvider.ACTION_SLIDER_CHANGED, sliceData); in getSliderAction()