Merge "AudioDeviceBroker: Add missing break"
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