Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java229 onStateChanged(getBluetoothCallById(call.getDetails().getTelecomCallId()), state); in onStateChanged()
246 onDetailsChanged(getBluetoothCallById(call.getDetails().getTelecomCallId()), details); in onDetailsChanged()
267 getBluetoothCallById(call.getDetails().getTelecomCallId())); in onParentChanged()
290 getBluetoothCallById(call.getDetails().getTelecomCallId()), in onChildrenChanged()
366 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in hangupCall()
541 BluetoothCall bluetoothCall = getBluetoothCallById(call.getDetails().getTelecomCallId()); in onCallRemoved()
614 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in sendClccForCall()
628 BluetoothCall activeChild = getBluetoothCallById( in sendClccForCall()
769 BluetoothCall conferenceCall = getBluetoothCallById(activeCall.getParentId()); in _processChld()
1024 public BluetoothCall getBluetoothCallById(String id) { in getBluetoothCallById() method in BluetoothInCallService
[all …]