Searched refs:mBluetoothCallHashMap (Results 1 – 1 of 1) sorted by relevance
115 public final HashMap<String, BluetoothCall> mBluetoothCallHashMap = new HashMap<>(); field in BluetoothInCallService463 if (!mBluetoothCallHashMap.containsKey(call.getTelecomCallId())) { in onCallAdded()469 mBluetoothCallHashMap.put(call.getTelecomCallId(), call); in onCallAdded()518 if (mBluetoothCallHashMap.containsKey(call.getTelecomCallId())) { in onCallRemoved()519 mBluetoothCallHashMap.remove(call.getTelecomCallId()); in onCallRemoved()996 if (mBluetoothCallHashMap.containsKey(id)) { in getBluetoothCallById()997 return mBluetoothCallHashMap.get(id); in getBluetoothCallById()