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.java413 private synchronized void checkRequestComplete(Bearer bearer, UUID callId, TbsCall tbsCall) { in checkRequestComplete()
565 TbsCall tbsCall = TbsCall.create(call); in callAdded() local
605 TbsCall tbsCall = mCurrentCallsList.remove(callIndex); in callRemoved() local
648 TbsCall tbsCall = mCurrentCallsList.get(callIndex); in callStateChanged() local
696 TbsCall tbsCall = mCurrentCallsList.get(callIndex); in currentCallsList() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java199 BluetoothLeCall tbsCall = in testCallAdded() local
231 BluetoothLeCall tbsCall = in testCallRemoved() local
265 BluetoothLeCall tbsCall = in testCallStateChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java610 BluetoothLeCall tbsCall = createTbsCall(call); in onCallAdded() local
1705 BluetoothLeCall tbsCall = createTbsCall(call); in sendTbsCurrentCallsList() local