Searched refs:areEffectsSupported (Results 1 – 5 of 5) sorted by relevance
31 int[] areEffectsSupported(in int[] effectIds); in areEffectsSupported() method
242 public int[] areEffectsSupported(@VibrationEffect.EffectType int... effectIds) { in areEffectsSupported() method in SystemVibrator244 return mService.areEffectsSupported(effectIds); in areEffectsSupported()
368 public int[] areEffectsSupported( in areEffectsSupported() method in Vibrator400 for (int supported : areEffectsSupported(effectIds)) { in areAllEffectsSupported()
608 public int[] areEffectsSupported(int[] effectIds) { in areEffectsSupported() method in VibratorService
37159 method @NonNull public int[] areEffectsSupported(@NonNull int...);