Create parcelable VibratorInfo to expose HAL profile
This parcelable will replace the separated methods hasAmplitudeControl, areEffectsSupported and arePrimitiveSupported from VibratorService. VibratorManagerService will return this single parcelable, per vibator id, to represent the HAL profile of that individual vibrator and be used by Vibrator.java to explose some of that to the public API. Bug: 167946816 Test: atest VibratorInfoTest atest VibratorManagerServiceTest Change-Id: I09c191dd15a3cf38122ec6dc87b2d73f46c8cde6
Loading
Please register or sign in to comment