Home
last modified time | relevance | path

Searched refs:tbsCall (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java400 private synchronized void checkRequestComplete(Bearer bearer, UUID callId, TbsCall tbsCall) { in checkRequestComplete() argument
427 if (tbsCall.getState() != BluetoothLeCall.STATE_INCOMING) { in checkRequestComplete()
433 if (tbsCall.getState() == BluetoothLeCall.STATE_LOCALLY_HELD in checkRequestComplete()
434 || tbsCall.getState() == BluetoothLeCall.STATE_LOCALLY_AND_REMOTELY_HELD) { in checkRequestComplete()
440 if (tbsCall.getState() != BluetoothLeCall.STATE_LOCALLY_HELD in checkRequestComplete()
441 && tbsCall.getState() != BluetoothLeCall.STATE_LOCALLY_AND_REMOTELY_HELD) { in checkRequestComplete()
455 || (tbsCall.getState() != BluetoothLeCall.STATE_ACTIVE in checkRequestComplete()
456 && tbsCall.getState() != BluetoothLeCall.STATE_REMOTELY_HELD)) { in checkRequestComplete()
552 TbsCall tbsCall = TbsCall.create(call); in callAdded() local
553 mCurrentCallsList.put(callIndex, tbsCall); in callAdded()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java186 BluetoothLeCall tbsCall = in testCallAdded() local
193 mTbsGeneric.callAdded(ccid, tbsCall); in testCallAdded()
217 BluetoothLeCall tbsCall = in testCallAddedWithNullUri() local
224 mTbsGeneric.callAdded(ccid, tbsCall); in testCallAddedWithNullUri()
250 BluetoothLeCall tbsCall = in testCallRemoved() local
258 mTbsGeneric.callAdded(ccid, tbsCall); in testCallRemoved()
284 BluetoothLeCall tbsCall = in testCallStateChanged() local
292 mTbsGeneric.callAdded(ccid, tbsCall); in testCallStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java648 BluetoothLeCall tbsCall = createTbsCall(call); in onCallAdded() local
649 if (mBluetoothLeCallControl != null && tbsCall != null) { in onCallAdded()
650 mBluetoothLeCallControl.onCallAdded(tbsCall); in onCallAdded()
1718 BluetoothLeCall tbsCall = createTbsCall(call);
1719 if (tbsCall != null) {
1720 tbsCalls.add(tbsCall);