Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1766 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1772 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1778 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1785 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1792 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1798 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1806 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
1812 mBluetoothInCallService.getTbsTerminationReason(call), in testGetTbsTerminationReason()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java694 call.getTbsCallId(), getTbsTerminationReason(call)); in onCallRemoved()
1600 int getTbsTerminationReason(BluetoothCall call) { in getTbsTerminationReason() method in BluetoothInCallService