Home
last modified time | relevance | path

Searched defs:rejectCall (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl32 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
/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java69 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() method in InCallAdapter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java170 public void rejectCall() throws CallStateException { in rejectCall() method in SipPhone
553 void rejectCall() throws CallStateException { in rejectCall() method in SipPhone.SipCall
DSipCommandInterface.java158 public void rejectCall (Message result) { in rejectCall() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java533 public void rejectCall() throws CallStateException { in rejectCall() method in GsmCdmaCallTracker
DPhoneInternalInterface.java297 void rejectCall() throws CallStateException; in rejectCall() method
DCallManager.java725 public void rejectCall(Call ringingCall) throws CallStateException { in rejectCall() method in CallManager
DGsmCdmaPhone.java735 public void rejectCall() throws CallStateException { in rejectCall() method in GsmCdmaPhone
DCommandsInterface.java964 void rejectCall (Message result); in rejectCall() method
DRIL.java1252 rejectCall (Message result) { in rejectCall() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java744 public void rejectCall () throws CallStateException { in rejectCall() method in ImsPhoneCallTracker
DImsPhone.java281 rejectCall() throws CallStateException { in rejectCall() method in ImsPhone
DImsPhoneCommandInterface.java157 public void rejectCall (Message result) { in rejectCall() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1106 public void rejectCall() throws CallStateException { in rejectCall() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java760 public void rejectCall (Message result) { in rejectCall() method in SimulatedCommands
DSimulatedCommandsVerifier.java738 public void rejectCall(Message result) { in rejectCall() method in SimulatedCommandsVerifier