Searched refs:sipSession (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java614 * @param sipSession the {@link SipSession} for carrying out the call
622 public void makeCall(SipProfile peerProfile, SipSession sipSession, argument
624 if (DBG) log("makeCall: " + peerProfile + " session=" + sipSession + " timeout=" + timeout);
630 mSipSession = sipSession;
634 sipSession.setListener(createListener());
635 sipSession.makeCall(peerProfile, createOffer().encode(),

Completed in 50 milliseconds