Searched refs:areEffectsSupported (Results 1 – 5 of 5) sorted by relevance
83 assertEquals(0, mVibratorSpy.areEffectsSupported(new int[0]).length); in areEffectsSupported_returnsArrayOfSameSize()85 mVibratorSpy.areEffectsSupported(new int[]{VibrationEffect.EFFECT_CLICK}).length); in areEffectsSupported_returnsArrayOfSameSize()87 mVibratorSpy.areEffectsSupported(new int[]{VibrationEffect.EFFECT_CLICK, in areEffectsSupported_returnsArrayOfSameSize()
88 mVibrator.areEffectsSupported(effects); in testAreEffectsSupported()
569 public int[] areEffectsSupported( in areEffectsSupported() method in Vibrator
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34203 method @NonNull public int[] areEffectsSupported(@NonNull int...);