Searched defs:endCall (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java435 public void endCall() { method in class:SipSession
437 mSession.endCall();
439 loge("endCall:", e);
H A DSipAudioCall.java371 if (origin != null) origin.endCall();
412 session.endCall();
422 session.endCall();
552 newSession.endCall();
648 public void endCall() throws SipException { method in class:SipAudioCall
649 if (DBG) log("endCall: mSipSession" + mSipSession);
655 if (mSipSession != null) mSipSession.endCall();
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java1095 * TODO: L-release - need to convert all invocations of ITelecomService#endCall to use this
1100 public boolean endCall() { method in class:TelecomManager
1103 return getTelecomService().endCall();
1106 Log.e(TAG, "Error calling ITelecomService#endCall", e);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java714 public void endCall() { method in class:SipSessionGroup.SipSessionImpl
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4471 public boolean endCall() { method in class:TelephonyManager
4475 return telephony.endCall();
4477 Log.e(TAG, "Error calling ITelephony#endCall", e);

Completed in 2167 milliseconds