Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java434 public boolean explicitCallTransfer(BluetoothDevice device, AttributionSource source) { in explicitCallTransfer() method in HeadsetClientService.BluetoothHeadsetClientBinder
440 return service.explicitCallTransfer(device); in explicitCallTransfer()
929 public boolean explicitCallTransfer(BluetoothDevice device) { in explicitCallTransfer() method in HeadsetClientService
DHeadsetClientStateMachine.java699 private void explicitCallTransfer() { in explicitCallTransfer() method in HeadsetClientStateMachine
1323 explicitCallTransfer(); in processMessage()