Merge "AudioDeviceBroker: Add missing break" am: 741d8332d1 am: 7e0d2a8882
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1951938 Change-Id: Ie7c40978b168124a58551ff2ce44d9605442ac2f
This commit is contained in:
@@ -1205,6 +1205,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||||||
mDeviceInventory.onSetBtActiveDevice((BtDeviceInfo) msg.obj,
|
mDeviceInventory.onSetBtActiveDevice((BtDeviceInfo) msg.obj,
|
||||||
mAudioService.getBluetoothContextualVolumeStream());
|
mAudioService.getBluetoothContextualVolumeStream());
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case MSG_BT_HEADSET_CNCT_FAILED:
|
case MSG_BT_HEADSET_CNCT_FAILED:
|
||||||
synchronized (mSetModeLock) {
|
synchronized (mSetModeLock) {
|
||||||
synchronized (mDeviceStateLock) {
|
synchronized (mDeviceStateLock) {
|
||||||
|
|||||||
Reference in New Issue
Block a user