Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1726 result = BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID;
1742 result = BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID;
1759 result = BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID;
1775 result = BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID;
1802 result = BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID;
1829 result = BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID;
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java63 RESULT_ERROR_UNKNOWN_CALL_ID,
82 public static final int RESULT_ERROR_UNKNOWN_CALL_ID = 1; field in BluetoothLeCallControl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1852 .requestResult(requestId, BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID); in testLeCallControlCallback_onAcceptCall_withUnknownCallId()
1867 .requestResult(requestId, BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID); in testLeCallControlCallback_onTerminateCall_withUnknownCallId()
1882 .requestResult(requestId, BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID); in testLeCallControlCallback_onHoldCall_withUnknownCallId()
1897 .requestResult(requestId, BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID); in testLeCallControlCallback_onUnholdCall_withUnknownCallId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java495 if (result == BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID) { in getTbsResult()