Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java385 private synchronized void checkRequestComplete(Bearer bearer, UUID callId, TbsCall tbsCall) { in checkRequestComplete()
545 TbsCall tbsCall = TbsCall.create(call); in callAdded() local
587 TbsCall tbsCall = mCurrentCallsList.remove(callIndex); in callRemoved() local
632 TbsCall tbsCall = mCurrentCallsList.get(callIndex); in callStateChanged() local
682 TbsCall tbsCall = mCurrentCallsList.get(callIndex); in currentCallsList() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java180 BluetoothLeCall tbsCall = new BluetoothLeCall(UUID.randomUUID(), "tel:987654321", in testCallAdded() local
207 BluetoothLeCall tbsCall = new BluetoothLeCall(callUuid, "tel:987654321", in testCallRemoved() local
236 BluetoothLeCall tbsCall = new BluetoothLeCall(callUuid, "tel:987654321", in testCallStateChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java586 BluetoothLeCall tbsCall = createTbsCall(call); in onCallAdded() local
1617 BluetoothLeCall tbsCall = createTbsCall(call); in sendTbsCurrentCallsList() local