Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:getCurrentCalls

685     public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) {
686 if (DBG) log("getCurrentCalls()");
690 return mService.getCurrentCalls(device);
707 if (DBG) log("getCurrentCalls()");