Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java130 public final HashMap<Integer, BluetoothCall> mBluetoothCallHashMap = new HashMap<>(); field in BluetoothInCallService
598 if (!mBluetoothCallHashMap.containsKey(call.getId())) { in onCallAdded()
604 mBluetoothCallHashMap.put(call.getId(), call); in onCallAdded()
606 mMaxNumberOfCalls = Integer.max(mMaxNumberOfCalls, mBluetoothCallHashMap.size()); in onCallAdded()
666 if (mBluetoothCallHashMap.containsKey(call.getId())) { in onCallRemoved()
667 mBluetoothCallHashMap.remove(call.getId()); in onCallRemoved()
762 mBluetoothCallHashMap.clear(); in clear()
787 + mBluetoothCallHashMap.size()); in sendListOfCalls()
813 for (BluetoothCall bluetoothCall : mBluetoothCallHashMap.values()) { in sendListOfCalls()
1031 for (BluetoothCall bluetoothCall : mBluetoothCallHashMap.values()) { in getNextAvailableClccIndex()
[all …]