Searched refs:mBluetoothCallHashMap (Results 1 – 1 of 1) sorted by relevance
130 public final HashMap<Integer, BluetoothCall> mBluetoothCallHashMap = new HashMap<>(); field in BluetoothInCallService598 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 …]