Merge "AudioService: BtHelper: Add missing GuardedBy comment"

This commit is contained in:
TreeHugger Robot
2020-09-23 02:10:14 +00:00
committed by Android (Google) Code Review

View File

@@ -450,6 +450,7 @@ public class BtHelper {
}
@GuardedBy("AudioDeviceBroker.mDeviceStateLock")
// @GuardedBy("BtHelper.this")
private void stopAndRemoveClient(ScoClient client, @NonNull String eventSource) {
AudioService.sDeviceLogger.log(new AudioEventLogger.StringEvent(eventSource));
client.requestScoState(BluetoothHeadset.STATE_AUDIO_DISCONNECTED,