Home
last modified time | relevance | path

Searched refs:BluetoothLeCallControlProxy (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java53 import com.android.bluetooth.tbs.BluetoothLeCallControlProxy;
107 @Mock private BluetoothLeCallControlProxy mMockBluetoothLeCallControl;
1703 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_GSM); in testGetBearerTechnology()
1709 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_2G); in testGetBearerTechnology()
1715 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_3G); in testGetBearerTechnology()
1721 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_WCDMA); in testGetBearerTechnology()
1727 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_LTE); in testGetBearerTechnology()
1733 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_CDMA); in testGetBearerTechnology()
1739 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_4G); in testGetBearerTechnology()
1745 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_WIFI); in testGetBearerTechnology()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java52 import com.android.bluetooth.tbs.BluetoothLeCallControlProxy;
119 @VisibleForTesting BluetoothLeCallControlProxy mBluetoothLeCallControl;
162 new BluetoothLeCallControlProxy(
449 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_GSM; in getBearerTechnology()
452 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_2G; in getBearerTechnology()
462 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_3G; in getBearerTechnology()
466 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_WCDMA; in getBearerTechnology()
469 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_LTE; in getBearerTechnology()
474 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_CDMA; in getBearerTechnology()
477 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_4G; in getBearerTechnology()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java37 public class BluetoothLeCallControlProxy { class
51 public BluetoothLeCallControlProxy(BluetoothLeCallControl tbs) { in BluetoothLeCallControlProxy() method in BluetoothLeCallControlProxy
DTbsGeneric.java61 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_GSM;