Home
last modified time | relevance | path

Searched defs:currentCallsList (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java100 public void currentCallsList(List<BluetoothLeCall> calls) { in currentCallsList() method in BluetoothLeCallControlProxy
DTbsService.java322 public void currentCallsList( in currentCallsList() method in TbsService.TbsServerBinder
411 void currentCallsList(int ccid, List<BluetoothLeCall> calls) { in currentCallsList() method in TbsService
DTbsGeneric.java665 public synchronized void currentCallsList(int ccid, List<BluetoothLeCall> calls) { in currentCallsList() method in TbsGeneric
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl43 …void currentCallsList(in int ccid, in List<BluetoothLeCall> calls, in AttributionSource attributio… in currentCallsList() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java684 public void currentCallsList(@NonNull List<BluetoothLeCall> calls) { in currentCallsList() method in BluetoothLeCallControl