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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java31 * given call IDs to execute commands such as {@link #answerCall} for incoming calls or
55 public void answerCall(String callId, int videoState) { method in class:InCallAdapter
57 mAdapter.answerCall(callId, videoState);
/frameworks/opt/net/voip/src/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 loge("answerCall:", e);
H A DSipAudioCall.java419 mSipSession.answerCall(answer, SESSION_TIMEOUT);
548 newSession.answerCall(answer, SESSION_TIMEOUT);
696 public void answerCall(int timeout) throws SipException { method in class:SipAudioCall
697 if (DBG) log("answerCall: mSipSession" + mSipSession + " timeout=" + timeout);
705 mSipSession.answerCall(createAnswer(mPeerSd).encode(), timeout);
707 loge("answerCall:", e);
708 throw new SipException("answerCall()", e);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java705 public void answerCall(String sessionDescription, int timeout) { method in class:SipSessionGroup.SipSessionImpl

Completed in 54 milliseconds