Home
last modified time | relevance | path

Searched refs:ACTION_SLIDER_CHANGED (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSliceBroadcastReceiverTest.java179 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()
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBroadcastReceiver.java23 import static com.android.settings.slices.SettingsSliceProvider.ACTION_SLIDER_CHANGED;
73 case ACTION_SLIDER_CHANGED: in onReceive()
DSettingsSliceProvider.java105 public static final String ACTION_SLIDER_CHANGED = field in SettingsSliceProvider
DSliceBuilderUtils.java375 return getActionIntent(context, SettingsSliceProvider.ACTION_SLIDER_CHANGED, sliceData); in getSliderAction()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSliceBroadcastReceiver.java23 import static com.android.car.developeroptions.slices.SettingsSliceProvider.ACTION_SLIDER_CHANGED;
77 case ACTION_SLIDER_CHANGED: in onReceive()
DSettingsSliceProvider.java97 public static final String ACTION_SLIDER_CHANGED = field in SettingsSliceProvider
DSliceBuilderUtils.java378 return getActionIntent(context, SettingsSliceProvider.ACTION_SLIDER_CHANGED, sliceData); in getSliderAction()