Searched refs:callRemoved (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 301 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()
|
D | TbsGeneric.java | 585 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsGeneric
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeCallControl.aidl | 39 …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/ |
D | TbsGenericTest.java | 248 mTbsGeneric.callRemoved(ccid, callUuid, 0x01); in testCallRemoved() 437 mTbsGeneric.callRemoved(ccid, callUuid, 0x01); in testCallTerminate()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 636 service.callRemoved(mCcid, new ParcelUuid(callId), reason, mAttributionSource); in onCallRemoved()
|