Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DVibratorTest.java80 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_noVibrator_returnsAlwaysNo()
94 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unsupportedInOneVibrator_returnsNo()
106 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unknownInOneVibrator_returnsUnknown()
120 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in arePrimitivesSupported_supportedInAllVibrators_returnsYes()
DVibratorInfoTest.java79 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
81 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
83 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
/frameworks/base/media/mca/effect/java/android/media/effect/
DEffectFactory.java462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
/frameworks/base/core/java/android/os/
DSystemVibrator.java272 public int isEffectSupported(int effectId) { in isEffectSupported() method in SystemVibrator.AllVibratorsInfo
278 int effectSupported = info.isEffectSupported(effectId); in isEffectSupported()
DVibrator.java512 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
DVibratorInfo.java248 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorManagerServiceTest.java292 info.isEffectSupported(VibrationEffect.EFFECT_CLICK));
294 info.isEffectSupported(VibrationEffect.EFFECT_TICK));
/frameworks/base/core/api/
Dcurrent.txt24648 method public static boolean isEffectSupported(String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16203 method public static boolean isEffectSupported(java.lang.String);