Searched refs:tbsCalls (Results 1 – 2 of 2) sorted by relevance
306 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in testCurrentCallsList() local307 tbsCalls.add( in testCurrentCallsList()314 tbsCalls.add( in testCurrentCallsList()322 mTbsGeneric.currentCallsList(ccid, tbsCalls); in testCurrentCallsList()342 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in testCallAccept() local343 tbsCalls.add( in testCallAccept()350 mTbsGeneric.currentCallsList(ccid, tbsCalls); in testCallAccept()400 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in testCallTerminate() local401 tbsCalls.add( in testCallTerminate()408 mTbsGeneric.currentCallsList(ccid, tbsCalls); in testCallTerminate()[all …]
1702 List<BluetoothLeCall> tbsCalls = new ArrayList<>(); in sendTbsCurrentCallsList() local1707 tbsCalls.add(tbsCall); in sendTbsCurrentCallsList()1711 mBluetoothLeCallControl.currentCallsList(tbsCalls); in sendTbsCurrentCallsList()