summaryrefslogtreecommitdiff
path: root/core/java/android/os/ExternalVibration.java
AgeCommit message (Expand)Author
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-07Merge "Fix serialization issue of ExternalVibration"TreeHugger Robot
2020-01-07Fix serialization issue of ExternalVibrationAlexey Kuzmin
2020-01-06Add VibrationAttributesAlexey Kuzmin
2019-06-11Link to death of external vibrationsAlexey Kuzmin
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-26Add new ExternalVibratorService.Michael Wright