Home
last modified time | relevance | path

Searched refs:callRemoved (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java301 public void callRemoved(int ccid, ParcelUuid callId, int reason, AttributionSource source) { in callRemoved() method in TbsService.TbsServerBinder
304 service.callRemoved(ccid, callId.getUuid(), reason); in callRemoved()
397 void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsService
400 mTbsGeneric.callRemoved(ccid, callId, reason); in callRemoved()
DTbsGeneric.java585 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsGeneric
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl39 …void callRemoved(in int ccid, in ParcelUuid callId, in int reason, in AttributionSource attributio… in callRemoved() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java248 mTbsGeneric.callRemoved(ccid, callUuid, 0x01); in testCallRemoved()
437 mTbsGeneric.callRemoved(ccid, callUuid, 0x01); in testCallTerminate()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java636 service.callRemoved(mCcid, new ParcelUuid(callId), reason, mAttributionSource); in onCallRemoved()