Searched refs:tbsCall (Results 1 – 3 of 3) sorted by relevance
400 private synchronized void checkRequestComplete(Bearer bearer, UUID callId, TbsCall tbsCall) { in checkRequestComplete() argument427 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() local553 mCurrentCallsList.put(callIndex, tbsCall); in callAdded()[all …]
186 BluetoothLeCall tbsCall = in testCallAdded() local193 mTbsGeneric.callAdded(ccid, tbsCall); in testCallAdded()217 BluetoothLeCall tbsCall = in testCallAddedWithNullUri() local224 mTbsGeneric.callAdded(ccid, tbsCall); in testCallAddedWithNullUri()250 BluetoothLeCall tbsCall = in testCallRemoved() local258 mTbsGeneric.callAdded(ccid, tbsCall); in testCallRemoved()284 BluetoothLeCall tbsCall = in testCallStateChanged() local292 mTbsGeneric.callAdded(ccid, tbsCall); in testCallStateChanged()
648 BluetoothLeCall tbsCall = createTbsCall(call); in onCallAdded() local649 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);