Home
last modified time | relevance | path

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

/frameworks/base/core/tests/vibrator/src/android/os/
DVibratorTest.java83 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()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DVibratorPerfTest.java88 mVibrator.areEffectsSupported(effects); in testAreEffectsSupported()
/frameworks/base/core/java/android/os/
DVibrator.java569 public int[] areEffectsSupported( in areEffectsSupported() method in Vibrator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt34203 method @NonNull public int[] areEffectsSupported(@NonNull int...);