Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java195 public ClientTransaction sendOptions(SipProfile caller, SipProfile callee, in sendOptions() argument
198 Request request = (caller == callee) in sendOptions()
200 : createRequest(Request.OPTIONS, caller, callee, tag); in sendOptions()
270 SipProfile callee, String tag) throws ParseException, SipException { in createRequest() argument
272 ToHeader toHeader = createToHeader(callee); in createRequest()
273 SipURI requestURI = callee.getUri(); in createRequest()
287 public ClientTransaction sendInvite(SipProfile caller, SipProfile callee, in sendInvite() argument
291 Request request = createRequest(Request.INVITE, caller, callee, tag); in sendInvite()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java504 SipProfile callee = in dial() local
506 SipConnection c = new SipConnection(this, callee, in dial()
541 SipProfile callee = sipAudioCall.getPeerProfile(); in initIncomingCall() local
542 SipConnection c = new SipConnection(this, callee); in initIncomingCall()
830 public SipConnection(SipCall owner, SipProfile callee, in SipConnection() argument
834 mPeer = callee; in SipConnection()
838 public SipConnection(SipCall owner, SipProfile callee) { in SipConnection() argument
839 this(owner, callee, getUriString(callee)); in SipConnection()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java159 public void start(String callee, ImsCallProfile profile) {
160 ImsCallSessionImplBase.this.start(callee, profile);
371 public void start(String callee, ImsCallProfile profile) { in start() argument
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipSession.aidl116 void makeCall(in SipProfile callee, String sessionDescription, int timeout); in makeCall() argument
DSipSession.java400 public void makeCall(SipProfile callee, String sessionDescription, in makeCall() argument
403 mSession.makeCall(callee, sessionDescription, timeout); in makeCall()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl114 void start(String callee, in ImsCallProfile profile); in start() argument
/frameworks/base/tools/preload/
Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java715 public void start(String callee, ImsCallProfile profile) { in start() argument
721 miSession.start(callee, profile); in start()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java153 public void start(String callee, ImsCallProfile profile) { in start() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1097 public void start(ImsCallSession session, String callee) in start() argument
1106 session.start(callee, mCallProfile); in start()