Merge "AudioService: BtHelper: Add missing GuardedBy comment"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5cdbfe4c99
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user