Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorInfoTest.java90 assertTrue(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_CLICK)); in testIsPrimitiveSupported()
91 assertFalse(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_TICK)); in testIsPrimitiveSupported()
97 assertFalse(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_CLICK)); in testIsPrimitiveSupported()
H A DVibratorTest.java165 assertFalse(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_CLICK)); in arePrimitivesSupported_noVibrator_returnsAlwaysFalse()
177 assertFalse(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_CLICK)); in arePrimitivesSupported_unsupportedInOneVibrator_returnsFalse()
192 assertTrue(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_CLICK)); in arePrimitivesSupported_supportedInAllVibrators_returnsTrue()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrator.java615 supported[i] = info.isPrimitiveSupported(primitiveIds[i]); in arePrimitivesSupported()
636 if (!info.isPrimitiveSupported(primitiveId)) { in areAllPrimitivesSupported()
H A DVibratorInfo.java299 public boolean isPrimitiveSupported( in isPrimitiveSupported() method in VibratorInfo
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java421 assertTrue(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_CLICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
422 assertFalse(info.isPrimitiveSupported(VibrationEffect.Composition.PRIMITIVE_TICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()