commit | ef50e3400bf21089c275bdff71dd6b063c502d2e | [log] [tgz] |
---|---|---|
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Tue Dec 31 23:12:31 2019 +0000 |
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Tue Dec 31 23:12:31 2019 +0000 |
tree | 1a1ff60e0d9e3b27875ce1907a88486e106a1b96 | |
parent | efc8a1cfc9650c1a61c1df4c35aaea820f47600f [diff] | |
parent | 5abd2abb0337b512c87161e216107a9a282cb7e2 [diff] |
Snap for 6104899 from 5abd2abb0337b512c87161e216107a9a282cb7e2 to q-keystone-qcom-release Change-Id: I29576b039f1bc08679ced422915b8d6b60f39b40
diff --git a/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java b/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java index a0fd09c..3b9056e 100644 --- a/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +++ b/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java
@@ -333,7 +333,8 @@ AvrcpControllerStateMachine stateMachine = getStateMachine(device); if (stateMachine != null) { stateMachine.sendMessage( - AvrcpControllerStateMachine.MESSAGE_PROCESS_REGISTER_ABS_VOL_NOTIFICATION); + AvrcpControllerStateMachine.MESSAGE_PROCESS_REGISTER_ABS_VOL_NOTIFICATION, + (int) label); } }