Searched refs:ACTION_SLIDER_CHANGED (Results 1 – 4 of 4) sorted by relevance
179 final Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED) in onReceive_sliderChanged()208 final Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED) in onReceive_invalidController_throwsException()219 final Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED) in sliderOnReceive_noKey_throwsException()298 final Intent intent = new Intent(SettingsSliceProvider.ACTION_SLIDER_CHANGED) in sliderUpdate_unavailableUriNotified()
23 import static com.android.settings.slices.SettingsSliceProvider.ACTION_SLIDER_CHANGED;73 case ACTION_SLIDER_CHANGED: in onReceive()
106 public static final String ACTION_SLIDER_CHANGED = field in SettingsSliceProvider
376 return getActionIntent(context, SettingsSliceProvider.ACTION_SLIDER_CHANGED, sliceData); in getSliderAction()