Searched refs:callAdded (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 291 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()
|
D | TbsGeneric.java | 538 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/ |
D | TbsGenericTest.java | 206 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/ |
D | IBluetoothLeCallControl.aidl | 37 void callAdded(in int ccid, in BluetoothLeCall call, in AttributionSource attributionSource); in callAdded() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 604 service.callAdded(mCcid, call, mAttributionSource); in onCallAdded()
|