Searched refs:getCurrentCalls (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java409 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
414 return service.getCurrentCalls(device);
804 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { method in class:HeadsetClientService
816 return sm.getCurrentCalls();
H A DHeadsetClientStateMachine.java1782 public List<BluetoothHeadsetClientCall> getCurrentCalls() { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientDeviceBlock.java88 mHeadsetProfile.getCurrentCalls(mDevice);

Completed in 275 milliseconds