Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java297 onStateChanged(getBluetoothCallById(System.identityHashCode(call)), state); in onStateChanged()
318 getBluetoothCallById(System.identityHashCode(call)), in onDetailsChanged()
344 getBluetoothCallById(System.identityHashCode(call))); in onParentChanged()
370 getBluetoothCallById(System.identityHashCode(call)), in onChildrenChanged()
431 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in hangupCall()
768 BluetoothCall bluetoothCall = getBluetoothCallById(System.identityHashCode(call)); in onCallRemoved()
980 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in sendClccForCall()
995 getBluetoothCallById( in sendClccForCall()
1178 BluetoothCall conferenceCall = getBluetoothCallById(activeCall.getParentId()); in processChldLocked()
1426 public BluetoothCall getBluetoothCallById(Integer id) { in getBluetoothCallById() method
[all …]