Searched refs:mBluetoothCallHashMap (Results 1 – 1 of 1) sorted by relevance
116 public final HashMap<String, BluetoothCall> mBluetoothCallHashMap = new HashMap<>(); field in BluetoothInCallService475 if (!mBluetoothCallHashMap.containsKey(call.getTelecomCallId())) { in onCallAdded()481 mBluetoothCallHashMap.put(call.getTelecomCallId(), call); in onCallAdded()530 if (mBluetoothCallHashMap.containsKey(call.getTelecomCallId())) { in onCallRemoved()531 mBluetoothCallHashMap.remove(call.getTelecomCallId()); in onCallRemoved()1025 if (mBluetoothCallHashMap.containsKey(id)) { in getBluetoothCallById()1026 return mBluetoothCallHashMap.get(id); in getBluetoothCallById()