Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java38 public class BluetoothLeCallControlProxy { class
52 public BluetoothLeCallControlProxy(BluetoothLeCallControl tbs) { in BluetoothLeCallControlProxy() method in BluetoothLeCallControlProxy
DTbsGeneric.java65 BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_GSM;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java57 import com.android.bluetooth.tbs.BluetoothLeCallControlProxy;
156 @VisibleForTesting BluetoothLeCallControlProxy mBluetoothLeCallControl;
191 new BluetoothLeCallControlProxy((BluetoothLeCallControl) proxy);
401 BluetoothLeCallControlProxy leCallControl) { in BluetoothInCallService()
499 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_GSM; in getBearerTechnology()
502 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_2G; in getBearerTechnology()
512 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_3G; in getBearerTechnology()
516 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_WCDMA; in getBearerTechnology()
519 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_LTE; in getBearerTechnology()
524 return BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_CDMA; in getBearerTechnology()
[all …]
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java58 import com.android.bluetooth.tbs.BluetoothLeCallControlProxy;
83 @Mock private BluetoothLeCallControlProxy mLeCallControl;
1675 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_GSM); in getBearerTechnology()
1681 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_2G); in getBearerTechnology()
1687 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_3G); in getBearerTechnology()
1693 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_WCDMA); in getBearerTechnology()
1699 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_LTE); in getBearerTechnology()
1705 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_CDMA); in getBearerTechnology()
1711 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_4G); in getBearerTechnology()
1717 .isEqualTo(BluetoothLeCallControlProxy.BEARER_TECHNOLOGY_WIFI); in getBearerTechnology()
[all …]