/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 279 .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/ |
D | BluetoothHeadsetProxy.java | 49 public void clccResponse( in clccResponse() method in BluetoothHeadsetProxy 52 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
|
D | HeadsetStateMachine.java | 1075 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()
|
D | HeadsetNativeInterface.java | 475 public boolean clccResponse( in clccResponse() method in HeadsetNativeInterface
|
D | HeadsetService.java | 765 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/ |
D | IBluetoothHeadset.aidl | 76 …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/ |
D | BluetoothHeadset.java | 1173 public void clccResponse( in clccResponse() method in BluetoothHeadset 1181 service.clccResponse( in clccResponse()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 874 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/ |
D | HeadsetServiceTest.java | 1115 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()
|
D | HeadsetStateMachineTest.java | 1572 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 443 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
|