Home
last modified time | relevance | path

Searched refs:mCsipGroupsPendingAudioProfileChanges (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java240 mCsipGroupsPendingAudioProfileChanges = new HashMap<>(); field in AdapterService
478 synchronized (mCsipGroupsPendingAudioProfileChanges) { in handleMessage()
481 mCsipGroupsPendingAudioProfileChanges.remove(groupId); in handleMessage()
4398 synchronized (mCsipGroupsPendingAudioProfileChanges) { in setPreferredAudioProfiles()
4399 if (mCsipGroupsPendingAudioProfileChanges.containsKey(groupId)) { in setPreferredAudioProfiles()
4431 mCsipGroupsPendingAudioProfileChanges.put(groupId, holdRequest); in setPreferredAudioProfiles()
4490 synchronized (mCsipGroupsPendingAudioProfileChanges) { in sendPreferredAudioProfileChangeToAudioFramework()
4530 mCsipGroupsPendingAudioProfileChanges.put( in sendPreferredAudioProfileChangeToAudioFramework()
4548 synchronized (mCsipGroupsPendingAudioProfileChanges) { in removeFromPendingAudioProfileChanges()
4553 if (!mCsipGroupsPendingAudioProfileChanges.containsKey(groupId)) { in removeFromPendingAudioProfileChanges()
[all …]