Home
last modified time | relevance | path

Searched refs:makeCall (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
DISipSession.aidl116 void makeCall(in SipProfile callee, String sessionDescription, int timeout); in makeCall() method
DSipSession.java400 public void makeCall(SipProfile callee, String sessionDescription, in makeCall() method in SipSession
403 mSession.makeCall(callee, sessionDescription, timeout); in makeCall()
DSipAudioCall.java544 newSession.makeCall(newSession.getPeerProfile(), in createListener()
622 public void makeCall(SipProfile peerProfile, SipSession sipSession,
635 sipSession.makeCall(peerProfile, createOffer().encode(),
DSipManager.java341 call.makeCall(peerProfile, s, timeout); in makeAudioCall()
/frameworks/opt/net/ims/
DREADME.txt16 With the ImsManager, you can initiate VoLTE calls with ImsManager#makeCall()
21 ImsManager#makeCall() requires an ImsCallProfile objects, representing the call properties
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java650 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees, in makeCall() method in ImsManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java416 ImsCall imsCall = mImsManager.makeCall(mServiceId, profile, in dialInternal()
877 mUssdSession = mImsManager.makeCall(mServiceId, profile, in sendUSSD()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java698 public void makeCall(SipProfile peerProfile, String sessionDescription, in makeCall() method in SipSessionGroup.SipSessionImpl
/frameworks/base/api/
Dcurrent.txt18908 …method public void makeCall(android.net.sip.SipProfile, android.net.sip.SipSession, int) throws an…
19031 method public void makeCall(android.net.sip.SipProfile, java.lang.String, int);
Dsystem-current.txt20485 …method public void makeCall(android.net.sip.SipProfile, android.net.sip.SipSession, int) throws an…
20608 method public void makeCall(android.net.sip.SipProfile, java.lang.String, int);