Searched defs:makeCall (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java400 public void makeCall(SipProfile callee, String sessionDescription, method in class:SipSession
403 mSession.makeCall(callee, sessionDescription, timeout);
405 loge("makeCall:", e);
H A DSipAudioCall.java544 newSession.makeCall(newSession.getPeerProfile(),
622 public void makeCall(SipProfile peerProfile, SipSession sipSession, method in class:SipAudioCall
624 if (DBG) log("makeCall: " + peerProfile + " session=" + sipSession + " timeout=" + timeout);
635 sipSession.makeCall(peerProfile, createOffer().encode(),
638 loge("makeCall:", e);
639 throw new SipException("makeCall()", e);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java1480 * The caller may make subsequent calls through {@link #makeCall}.
1729 public ImsCall makeCall(ImsCallProfile profile, String[] callees, method in class:ImsManager
1732 log("makeCall :: profile=" + profile);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java698 public void makeCall(SipProfile peerProfile, String sessionDescription, method in class:SipSessionGroup.SipSessionImpl

Completed in 163 milliseconds