Home
last modified time | relevance | path

Searched refs:TERMINATION_REASON_NETWORK_CONGESTION (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java107 TERMINATION_REASON_NETWORK_CONGESTION,
155 public static final int TERMINATION_REASON_NETWORK_CONGESTION = 0x05; field in BluetoothLeCallControl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1799 BluetoothLeCallControl.TERMINATION_REASON_NETWORK_CONGESTION); in testGetTbsTerminationReason()
1813 BluetoothLeCallControl.TERMINATION_REASON_NETWORK_CONGESTION); in testGetTbsTerminationReason()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1620 return BluetoothLeCallControl.TERMINATION_REASON_NETWORK_CONGESTION; in getTbsTerminationReason()