Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java291 public void callAdded(int ccid, BluetoothLeCall call, AttributionSource source) { in callAdded() method in TbsService.TbsServerBinder
294 service.callAdded(ccid, call); in callAdded()
390 void callAdded(int ccid, BluetoothLeCall call) { in callAdded() method in TbsService
393 mTbsGeneric.callAdded(ccid, call); in callAdded()
DTbsGeneric.java538 public synchronized void callAdded(int ccid, BluetoothLeCall call) { in callAdded() method in TbsGeneric
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java206 mTbsGeneric.callAdded(ccid, tbsCall); in testCallAdded()
239 mTbsGeneric.callAdded(ccid, tbsCall); in testCallRemoved()
273 mTbsGeneric.callAdded(ccid, tbsCall); in testCallStateChanged()
593 mTbsGeneric.callAdded( in testCallOriginate()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl37 void callAdded(in int ccid, in BluetoothLeCall call, in AttributionSource attributionSource); in callAdded() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java604 service.callAdded(mCcid, call, mAttributionSource); in onCallAdded()