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.java573 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/imsphone/
DImsPhoneCallTracker.java471 rejectCall () throws CallStateException { in rejectCall() method in ImsPhoneCallTracker
745 boolean rejectCall = false; in hangup()
749 rejectCall = true; in hangup()
774 if (rejectCall) imsCall.reject(ImsReasonInfo.CODE_USER_DECLINE); in hangup()
DImsPhone.java232 rejectCall() throws CallStateException { in rejectCall() method in ImsPhone
233 mCT.rejectCall(); in rejectCall()
298 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/sip/
DSipPhone.java166 public void rejectCall() throws CallStateException { in rejectCall() method in SipPhone
170 mRingingCall.rejectCall(); in rejectCall()
533 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/gsm/
DGsmCallTracker.java271 rejectCall () throws CallStateException { in rejectCall() method in GsmCallTracker
275 mCi.rejectCall(obtainCompleteMessage()); in rejectCall()
DGSMPhone.java518 rejectCall() throws CallStateException { in rejectCall() method in GSMPhone
519 mCT.rejectCall(); in rejectCall()
598 mCT.rejectCall(); in handleCallDeflectionIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java316 rejectCall () throws CallStateException { in rejectCall() method in CdmaCallTracker
320 mCi.rejectCall(obtainCompleteMessage()); in rejectCall()
DCDMAPhone.java518 rejectCall() throws CallStateException { in rejectCall() method in CDMAPhone
519 mCT.rejectCall(); in rejectCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java701 void rejectCall() throws CallStateException; in rejectCall() method
DPhoneProxy.java677 public void rejectCall() throws CallStateException { in rejectCall() method in PhoneProxy
678 mActivePhone.rejectCall(); in rejectCall()
DCommandsInterface.java961 void rejectCall (Message result); in rejectCall() method
DCallManager.java761 public void rejectCall(Call ringingCall) throws CallStateException { in rejectCall() method in CallManager
769 ringingPhone.rejectCall(); in rejectCall()
DRIL.java1079 rejectCall (Message result) { in rejectCall() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java290 public void rejectCall(Message result) { in rejectCall() method in UsimDataDownloadCommands
DGSMPhoneTest.java459 mGSMPhone.rejectCall(); in brokenTestGeneral()
597 mGSMPhone.rejectCall(); in brokenTestGeneral()
751 mGSMPhone.rejectCall(); in brokenTestGeneral()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java743 public void rejectCall (Message result) { in rejectCall() method in SimulatedCommands