Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java161 setBluetoothLeCallControl(
175 setBluetoothLeCallControl(null);
1557 public void setBluetoothLeCallControl(BluetoothLeCallControlProxy bluetoothTbs) { in setBluetoothLeCallControl() method in BluetoothInCallService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java159 mBluetoothInCallService.setBluetoothLeCallControl(mMockBluetoothLeCallControl); in setUp()