Home
last modified time | relevance | path

Searched refs:rejectCall (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java85 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() method in InCallAdapter
87 mAdapter.rejectCall(callId, rejectWithMessage, textMessage); in rejectCall()
98 public void rejectCall(String callId, @Call.RejectReason int rejectReason) { in rejectCall() method in InCallAdapter
DCall.java1717 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
1727 mInCallAdapter.rejectCall(mTelecomCallId, rejectReason); in reject()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl35 void rejectCall(String callId, boolean rejectWithMessage, String textMessage); in rejectCall() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java123 CallManager.getInstance().rejectCall(mRingingCall); in testBasicRejectCall()
124 verify(mPhone, times(1)).rejectCall(); in testBasicRejectCall()
DGsmCdmaCallTrackerTest.java297 mCTUT.rejectCall(); in testMTCallReject()
DSimulatedCommandsVerifier.java775 public void rejectCall(Message result) { in rejectCall() method in SimulatedCommandsVerifier
DRILTest.java529 mRILUnderTest.rejectCall(obtainMessage()); in testRejectCall()
530 verify(mRadioProxy).rejectCall(mSerialNumberCaptor.capture()); in testRejectCall()
DSimulatedCommands.java861 public void rejectCall (Message result) { in rejectCall() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java174 public void rejectCall() throws CallStateException { in rejectCall() method in SipPhone
178 mRingingCall.rejectCall(); in rejectCall()
569 void rejectCall() throws CallStateException { in rejectCall() method in SipPhone.SipCall
DSipCommandInterface.java180 public void rejectCall (Message result) { in rejectCall() method in SipCommandInterface
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClient.java899 public boolean rejectCall(BluetoothDevice device) { in rejectCall() method in BluetoothHeadsetClient
905 return service.rejectCall(device, mAttributionSource); in rejectCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java191 verify(mImsCT).rejectCall(); in testHandleInCallMmiCommandCallDeflection()
337 mImsPhoneUT.rejectCall(); in testGettersAndPassThroughs()
338 verify(mImsCT).rejectCall(); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java468 mCTUT.rejectCall(); in testImsMTCallReject()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java377 void rejectCall() throws CallStateException; in rejectCall() method
DCallManager.java664 public void rejectCall(Call ringingCall) throws CallStateException { in rejectCall() method in CallManager
671 ringingPhone.rejectCall(); in rejectCall()
DGsmCdmaCallTracker.java618 public void rejectCall() throws CallStateException { in rejectCall() method in GsmCdmaCallTracker
622 mCi.rejectCall(obtainCompleteMessage()); in rejectCall()
DCommandsInterface.java1060 void rejectCall (Message result); in rejectCall() method
DGsmCdmaPhone.java915 public void rejectCall() throws CallStateException { in rejectCall() method in GsmCdmaPhone
916 mCT.rejectCall(); in rejectCall()
1094 mCT.rejectCall(); in handleCallDeflectionIncallSupplementaryService()
DRIL.java1449 public void rejectCall(Message result) { in rejectCall() method in RIL
1458 radioProxy.rejectCall(rr.mSerial); in rejectCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java179 public void rejectCall (Message result) { in rejectCall() method in ImsPhoneCommandInterface
DImsPhone.java560 rejectCall() throws CallStateException { in rejectCall() method in ImsPhone
561 mCT.rejectCall(); in rejectCall()
656 mCT.rejectCall(); in handleCallDeflectionIncallSupplementaryService()
DImsPhoneCallTracker.java1779 public void rejectCall () throws CallStateException { in rejectCall() method in ImsPhoneCallTracker
2384 boolean rejectCall = false; in hangup()
2388 rejectCall = true; in hangup()
2417 if (rejectCall) { in hangup()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken290 public void rejectCall(Message result) {
DGSMPhoneTest.java.broken459 mGSMPhone.rejectCall();
597 mGSMPhone.rejectCall();
751 mGSMPhone.rejectCall();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt11580 Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->rejectCall(Landroid/bluetooth/BluetoothDevi…
11635 Landroid/bluetooth/IBluetoothHeadsetClient;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z
55457 Landroid/telecom/InCallAdapter;->rejectCall(Ljava/lang/String;ZLjava/lang/String;)V
86787 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->rejectCall(Ljava/lang/String;ZLjava/lang/…
86844 Lcom/android/internal/telecom/IInCallAdapter;->rejectCall(Ljava/lang/String;ZLjava/lang/String;)V