Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A 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
H A DCall.java1717 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
1727 mInCallAdapter.rejectCall(mTelecomCallId, rejectReason); in reject()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DTwoButtonMethod.java119 rejectCall(); in onCreateView()
177 rejectCall(); in onClick()
209 private void rejectCall() { in rejectCall() method in TwoButtonMethod
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl35 void rejectCall(String callId, boolean rejectWithMessage, String textMessage); in rejectCall() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java98 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() method in InCallAdapter
117 mCallsManager.rejectCall(call, rejectWithMessage, textMessage); in rejectCall()
143 mCallsManager.rejectCall(call, rejectReason); in rejectCallWithReason()
H A DTelecomBroadcastIntentProcessor.java193 mCallsManager.rejectCall(incomingCall, false /* isRejectWithMessage */, null); in processIntent()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallManagerTest.java123 CallManager.getInstance().rejectCall(mRingingCall); in testBasicRejectCall()
124 verify(mPhone, times(1)).rejectCall(); in testBasicRejectCall()
H A DGsmCdmaCallTrackerTest.java297 mCTUT.rejectCall(); in testMTCallReject()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl61 boolean rejectCall(in BluetoothDevice device, in AttributionSource attributionSource); in rejectCall() method
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java936 rejectCall(); in rejectFromMethod()
994 private void rejectCall() { in rejectCall() method in AnswerFragment
1104 rejectCall(); in smsSelected()
1125 rejectCall(); in customSmsCreated()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A 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
H A DSipCommandInterface.java180 public void rejectCall (Message result) { in rejectCall() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp171 TEST_P(RadioHidlTest, rejectCall) { in TEST_P() argument
175 radio->rejectCall(serial); in TEST_P()
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
H A DMockCallManager.java322 private void rejectCall(Call call) { in rejectCall() method in MockCallManager
602 rejectCall(mCall); in mockCallFunctions()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java281 mHeadsetProfile.rejectCall(mDevice); in onReject()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java402 public boolean rejectCall(BluetoothDevice device, AttributionSource source) { in rejectCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
408 return service.rejectCall(device); in rejectCall()
814 boolean rejectCall(BluetoothDevice device) { in rejectCall() method in HeadsetClientService
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java205 getPhone().rejectCall(); in onReject()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java899 public boolean rejectCall(BluetoothDevice device) { in rejectCall() method in BluetoothHeadsetClient
905 return service.rejectCall(device, mAttributionSource); in rejectCall()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java191 verify(mImsCT).rejectCall(); in testHandleInCallMmiCommandCallDeflection()
337 mImsPhoneUT.rejectCall(); in testGettersAndPassThroughs()
338 verify(mImsCT).rejectCall(); in testGettersAndPassThroughs()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java377 void rejectCall() throws CallStateException; in rejectCall() method
H A DCallManager.java664 public void rejectCall(Call ringingCall) throws CallStateException { in rejectCall() method in CallManager
671 ringingPhone.rejectCall(); in rejectCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java179 public void rejectCall (Message result) { in rejectCall() method in ImsPhoneCommandInterface
H A DImsPhone.java560 rejectCall() throws CallStateException { in rejectCall() method in ImsPhone
561 mCT.rejectCall(); in rejectCall()
656 mCT.rejectCall(); in handleCallDeflectionIncallSupplementaryService()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp191 Return<void> Radio::rejectCall(int32_t /* serial */) { in rejectCall() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h75 Return<void> rejectCall(int32_t serial) override;

12