Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java483 LinkedHashMap<String, BluetoothDevice> targetDeviceMap; in onDeviceConnected() local
497 targetDeviceMap = mLeAudioDevicesByAddress; in onDeviceConnected()
505 targetDeviceMap = mHearingAidDevicesByAddress; in onDeviceConnected()
511 targetDeviceMap = mHfpDevicesByAddress; in onDeviceConnected()
517 if (!targetDeviceMap.containsKey(device.getAddress())) { in onDeviceConnected()
520 targetDeviceMap.put(device.getAddress(), device); in onDeviceConnected()
536 LinkedHashMap<String, BluetoothDevice> targetDeviceMap; in onDeviceDisconnected() local
538 targetDeviceMap = mLeAudioDevicesByAddress; in onDeviceDisconnected()
541 targetDeviceMap = mHearingAidDevicesByAddress; in onDeviceDisconnected()
543 targetDeviceMap = mHfpDevicesByAddress; in onDeviceDisconnected()
[all …]