Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java115 public final HashMap<String, BluetoothCall> mBluetoothCallHashMap = new HashMap<>(); field in BluetoothInCallService
463 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()