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