Home
last modified time | relevance | path

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

/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
DPrebakedSegmentTest.java161 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_TICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()
163 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()
165 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()
167 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()
176 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_TICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()
178 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()
180 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()
182 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()
225 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_THUD) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()
227 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_POP) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()
[all …]