Home
last modified time | relevance | path

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

/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
DPrebakedSegmentTest.java155 VibratorInfo info = createVibratorInfoWithSupportedEffects( in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()
174 VibratorInfo info = createVibratorInfoWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()
188 VibratorInfo info = createVibratorInfoWithSupportedEffects( in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()
206 VibratorInfo info = createVibratorInfoWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
220 VibratorInfo info = createVibratorInfoWithSupportedEffects( in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()
235 VibratorInfo info = createVibratorInfoWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_noVibratorSupport()
247 VibratorInfo info = createVibratorInfoWithSupportedEffects( in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()
262 VibratorInfo info = createVibratorInfoWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_noVibSupport()
289 private static VibratorInfo createVibratorInfoWithSupportedEffects(int... supportedEffects) { in createVibratorInfoWithSupportedEffects() method in PrebakedSegmentTest