Home
last modified time | relevance | path

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

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