Home
last modified time | relevance | path

Searched refs:tbsCalls (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java306 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in testCurrentCallsList() local
307 tbsCalls.add( in testCurrentCallsList()
314 tbsCalls.add( in testCurrentCallsList()
322 mTbsGeneric.currentCallsList(ccid, tbsCalls); in testCurrentCallsList()
342 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in testCallAccept() local
343 tbsCalls.add( in testCallAccept()
350 mTbsGeneric.currentCallsList(ccid, tbsCalls); in testCallAccept()
400 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in testCallTerminate() local
401 tbsCalls.add( in testCallTerminate()
408 mTbsGeneric.currentCallsList(ccid, tbsCalls); in testCallTerminate()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1702 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in sendTbsCurrentCallsList() local
1707 tbsCalls.add(tbsCall); in sendTbsCurrentCallsList()
1711 mBluetoothLeCallControl.currentCallsList(tbsCalls); in sendTbsCurrentCallsList()