Searched refs:SLIDER (Results 1 – 12 of 12) sorted by relevance
34 @IntDef({SliceType.INTENT, SliceType.SWITCH, SliceType.SLIDER})50 int SLIDER = 2; field
105 case SliceData.SliceType.SLIDER: in buildSlice()
113 final SliceData data = getDummyData(SLIDER_CONTROLLER, SliceData.SliceType.SLIDER); in buildSliderSlice_returnsMatchingSlice()465 final SliceData data = getDummyData(SLIDER_CONTROLLER, SliceData.SliceType.SLIDER, 0x0); in buildSliderSlice_noIconPassed_returnsSliceWithIcon()477 final SliceData data = getDummyData(INVALID_SLIDER_CONTROLLER, SliceData.SliceType.SLIDER, in buildSliderSlice_invalidSlider_returnNull()
36 return SliceData.SliceType.SLIDER; in getSliceType()
125 assertThat(fakeSlice.getSliceType()).isEqualTo(SliceData.SliceType.SLIDER); in assertFakeSlice()
56 private final int SLICE_TYPE = SliceData.SliceType.SLIDER;
71 return SliceData.SliceType.SLIDER; in getSliceType()
66 return SliceData.SliceType.SLIDER; in getSliceType()
67 assertThat(mSliderController.getSliceType()).isEqualTo(SliceData.SliceType.SLIDER); in testSliceType_returnsSliceType()
69 assertThat(mSliderController.getSliceType()).isEqualTo(SliceData.SliceType.SLIDER); in testSliceType_returnsSliceType()