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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetPhone.aidl26 boolean answerCall();
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSession.aidl127 void answerCall(String sessionDescription, int timeout);
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/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java839 mSipAudioCall.answerCall(TIMEOUT_ANSWER_CALL);
/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 261 milliseconds