commit | 7f38fb167f734336f8be09da2de90aa3b4edc02b | [log] [tgz] |
---|---|---|
author | Alexey Kuzmin <alexeykuzmin@google.com> | Wed Feb 07 13:51:28 2018 +0000 |
committer | Alexey Kuzmin <alexeykuzmin@google.com> | Wed Feb 07 17:13:03 2018 +0000 |
tree | dbcf299cb00debdb37b44f19fc5d649d657ede1f | |
parent | a13430af4c898514837a7e83fc062d77f9b57f3d [diff] |
Synchronize VibrationService There was a race around the mCurrentVibration field. Now all access to this field is protected with synchronized() blocks Bug: 72685111 Test: RUN_ERROR_PRONE shows no GuardedBy errors in VibrationService Change-Id: I303c30763b4dea7a82e2ec2a27f978c4b1d413ea