Home
last modified time | relevance | path

Searched defs:callRemoved (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java216 public void callRemoved(int ccid, ParcelUuid callId, int reason, in callRemoved() method in TbsService.TbsServerBinder
314 void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsService
DTbsGeneric.java527 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsGeneric
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeCallControl.aidl39 …void callRemoved(in int ccid, in ParcelUuid callId, in int reason, in AttributionSource attributio… in callRemoved() method