Home
last modified time | relevance | path

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

/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
DPrebakedSegmentTest.java194 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_TICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()
196 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()
198 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()
200 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()
208 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_TICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
210 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
212 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
214 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
252 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_THUD) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()
254 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_POP) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()
[all …]