Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 11 of 11) 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/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java161 public void start(String callee, ImsCallProfile profile) {
162 ImsCallSessionImplBase.this.start(callee, profile);
385 public void start(String callee, ImsCallProfile profile) { in start() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java506 SipProfile callee = in dial() local
508 SipConnection c = new SipConnection(this, callee, in dial()
553 SipProfile callee = sipAudioCall.getPeerProfile(); in initIncomingCall() local
554 SipConnection c = new SipConnection(this, callee); in initIncomingCall()
844 public SipConnection(SipCall owner, SipProfile callee, in SipConnection() argument
848 mPeer = callee; in SipConnection()
852 public SipConnection(SipCall owner, SipProfile callee) { in SipConnection() argument
853 this(owner, callee, getUriString(callee)); in SipConnection()
/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.aidl113 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.java730 public void start(String callee, ImsCallProfile profile) { in start() argument
736 miSession.start(callee, profile); in start()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java161 public void start(String callee, ImsCallProfile profile) { in start() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1113 public void start(ImsCallSession session, String callee) in start() argument
1122 session.start(callee, mCallProfile); in start()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...