Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java106 TERMINATION_REASON_LINE_BUSY,
148 public static final int TERMINATION_REASON_LINE_BUSY = 0x04; field in BluetoothLeCallControl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1609 return BluetoothLeCallControl.TERMINATION_REASON_LINE_BUSY; in getTbsTerminationReason()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1773 BluetoothLeCallControl.TERMINATION_REASON_LINE_BUSY); in testGetTbsTerminationReason()