Home
last modified time | relevance | path

Searched refs:clccResponse (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java279 .clccResponse( in testListCurrentCallsOneCall()
287 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); in testListCurrentCallsOneCall()
344 .clccResponse( in testListCurrentCallsSilentRinging()
352 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); in testListCurrentCallsSilentRinging()
467 .clccResponse( in testListCurrentCallsCdmaHold()
476 .clccResponse( in testListCurrentCallsCdmaHold()
484 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); in testListCurrentCallsCdmaHold()
530 .clccResponse( in testListCurrentCallsCdmaConference()
539 .clccResponse( in testListCurrentCallsCdmaConference()
547 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); in testListCurrentCallsCdmaConference()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothHeadsetProxy.java49 public void clccResponse( in clccResponse() method in BluetoothHeadsetProxy
52 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
DHeadsetStateMachine.java1075 mNativeInterface.clccResponse(device, 0, 0, 0, 0, false, "", 0); in processMessage()
2191 mNativeInterface.clccResponse(device, 1, 0, 0, 0, false, phoneNumber, type); in processAtClcc()
2192 mNativeInterface.clccResponse(device, 0, 0, 0, 0, false, "", 0); in processAtClcc()
2197 mNativeInterface.clccResponse(device, 0, 0, 0, 0, false, "", 0); in processAtClcc()
2679 mNativeInterface.clccResponse( in processSendClccResponse()
DHeadsetNativeInterface.java475 public boolean clccResponse( in clccResponse() method in HeadsetNativeInterface
DHeadsetService.java765 public void clccResponse( in clccResponse() method in HeadsetService.BluetoothHeadsetBinder
779 service.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
2084 void clccResponse( in clccResponse() method in HeadsetService
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl76 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1173 public void clccResponse( in clccResponse() method in BluetoothHeadset
1181 service.clccResponse( in clccResponse()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java874 mBluetoothHeadset.clccResponse( in sendListOfCalls()
908 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); in sendClccEndMarker()
1020 mBluetoothHeadset.clccResponse( in sendClccForCall()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java1115 mHeadsetService.clccResponse(1, 0, 0, 0, false, "8225319000", 0); in testClccResponse_withOneDevice()
1117 mHeadsetService.clccResponse(0, 0, 0, 0, false, "8225319000", 0); in testClccResponse_withOneDevice()
1149 mHeadsetService.clccResponse(i, 0, 0, 0, false, "8225319000", 0); in testClccResponse_withMultipleDevices()
DHeadsetStateMachineTest.java1572 verify(mNativeInterface).clccResponse(mTestDevice, 0, 0, 0, 0, false, "", 0); in testProcessAtClcc_withVirtualCallStarted()
1582 verify(mNativeInterface).clccResponse(mTestDevice, 0, 0, 0, 0, false, "", 0); in testProcessAtClcc_withVirtualCallNotStarted()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt443 Landroid/bluetooth/BluetoothHeadset;->clccResponse(IIIIZLjava/lang/String;I)V
1678 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->clccResponse(IIIIZLjava/lang/String;I)V
1732 Landroid/bluetooth/IBluetoothHeadset;->clccResponse(IIIIZLjava/lang/String;I)V