Searched defs:answerCall (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/voip/java/android/net/sip/
H A DSipSession.java419 public void answerCall(String sessionDescription, int timeout) { method in class:SipSession
421 mSession.answerCall(sessionDescription, timeout);
423 Log.e(TAG, "answerCall(): " + e);
H A DSipAudioCall.java425 mSipSession.answerCall(answer, SESSION_TIMEOUT);
554 newSession.answerCall(answer, SESSION_TIMEOUT);
697 public void answerCall(int timeout) throws SipException { method in class:SipAudioCall
705 mSipSession.answerCall(createAnswer(mPeerSd).encode(), timeout);
707 throw new SipException("answerCall()", e);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java684 public void answerCall(String sessionDescription, int timeout) { method in class:SipSessionGroup.SipSessionImpl

Completed in 38 milliseconds