Searched defs:makeCall (Results 1 - 4 of 4) sorted by last modified time

/frameworks/opt/net/voip/src/java/android/net/sip/
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);
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);
/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
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java698 * The caller may make subsquent calls through {@link #makeCall}.
895 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees, method in class:ImsManager
898 log("makeCall :: serviceId=" + serviceId

Completed in 446 milliseconds