Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorInfoTest.java77 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
79 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
81 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
H A DVibratorTest.java109 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_noVibrator_returnsAlwaysNo()
123 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unsupportedInOneVibrator_returnsNo()
135 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unknownInOneVibrator_returnsUnknown()
149 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in arePrimitivesSupported_supportedInAllVibrators_returnsYes()
/aosp14/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectFactory.java462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
/aosp14/frameworks/base/core/java/android/os/
H A DVibrator.java542 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
580 switch (info.isEffectSupported(effectId)) { in areAllEffectsSupported()
H A DSystemVibrator.java403 if (infos[j].isEffectSupported(effectId) != VIBRATION_EFFECT_SUPPORT_YES) { in supportedEffectsIntersection()
H A DVibratorInfo.java276 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java418 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
420 info.isEffectSupported(VibrationEffect.EFFECT_TICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt25863 method public static boolean isEffectSupported(String);