Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java541 BluetoothCall bluetoothCall = getBluetoothCallById(call.getDetails().getTelecomCallId()); in onCallRemoved() local
542 if (bluetoothCall == null) { in onCallRemoved()
546 onCallRemoved(bluetoothCall); in onCallRemoved()