Home
last modified time | relevance | path

Searched refs:areEffectsSupported (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DVibratorPerfTest.java88 mVibrator.areEffectsSupported(effects); in testAreEffectsSupported()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorTest.java97 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()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrator.java537 public int[] areEffectsSupported( in areEffectsSupported() method in Vibrator
/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.txt34065 method @NonNull public int[] areEffectsSupported(@NonNull int...);