Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java66 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() method in InCallAdapter
68 mAdapter.rejectCall(callId, rejectWithMessage, textMessage); in rejectCall()
DCall.java709 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl31 void rejectCall(String callId, boolean rejectWithMessage, String textMessage); in rejectCall() method
/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadsetClient.aidl49 boolean rejectCall(in BluetoothDevice device); in rejectCall() method
DBluetoothHeadsetClient.java782 public boolean rejectCall(BluetoothDevice device) { in rejectCall() method in BluetoothHeadsetClient
787 return mService.rejectCall(device); in rejectCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java167 public void rejectCall() throws CallStateException { in rejectCall() method in SipPhone
171 mRingingCall.rejectCall(); in rejectCall()
534 void rejectCall() throws CallStateException { in rejectCall() method in SipPhone.SipCall
DSipCommandInterface.java155 public void rejectCall (Message result) { in rejectCall() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java470 rejectCall () throws CallStateException { in rejectCall() method in ImsPhoneCallTracker
773 boolean rejectCall = false; in hangup()
777 rejectCall = true; in hangup()
802 if (rejectCall) imsCall.reject(ImsReasonInfo.CODE_USER_DECLINE); in hangup()
DImsPhone.java276 rejectCall() throws CallStateException { in rejectCall() method in ImsPhone
277 mCT.rejectCall(); in rejectCall()
342 mCT.rejectCall(); in handleCallDeflectionIncallSupplementaryService()
DImsPhoneCommandInterface.java154 public void rejectCall (Message result) { in rejectCall() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java282 rejectCall () throws CallStateException { in rejectCall() method in GsmCallTracker
286 mCi.rejectCall(obtainCompleteMessage()); in rejectCall()
DGSMPhone.java516 rejectCall() throws CallStateException { in rejectCall() method in GSMPhone
517 mCT.rejectCall(); in rejectCall()
596 mCT.rejectCall(); in handleCallDeflectionIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java317 rejectCall () throws CallStateException { in rejectCall() method in CdmaCallTracker
321 mCi.rejectCall(obtainCompleteMessage()); in rejectCall()
DCDMAPhone.java533 rejectCall() throws CallStateException { in rejectCall() method in CDMAPhone
534 mCT.rejectCall(); in rejectCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java722 void rejectCall() throws CallStateException; in rejectCall() method
DPhoneProxy.java703 public void rejectCall() throws CallStateException { in rejectCall() method in PhoneProxy
704 mActivePhone.rejectCall(); in rejectCall()
DCallManager.java761 public void rejectCall(Call ringingCall) throws CallStateException { in rejectCall() method in CallManager
769 ringingPhone.rejectCall(); in rejectCall()
DCommandsInterface.java961 void rejectCall (Message result); in rejectCall() method
DRIL.java1116 rejectCall (Message result) { in rejectCall() method in RIL
/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/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java743 public void rejectCall (Message result) { in rejectCall() method in SimulatedCommands