Searched refs:answerCall (Results 1 - 9 of 9) 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/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl30 void answerCall(String callId, int videoState);
/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);
H A DCall.java876 mInCallAdapter.answerCall(mTelecomCallId, videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java862 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 179 milliseconds