Searched refs:makeCall (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/voip/java/android/net/sip/
H A DISipSession.aidl116 void makeCall(in SipProfile callee, String sessionDescription, int timeout);
H A DSipSession.java400 public void makeCall(SipProfile callee, String sessionDescription, method in class:SipSession
403 mSession.makeCall(callee, sessionDescription, timeout);
405 Log.e(TAG, "makeCall(): " + e);
H A DSipAudioCall.java550 newSession.makeCall(newSession.getPeerProfile(),
628 public void makeCall(SipProfile peerProfile, SipSession sipSession, method in class:SipAudioCall
640 sipSession.makeCall(peerProfile, createOffer().encode(),
643 throw new SipException("makeCall()", e);
H A DSipManager.java329 call.makeCall(peerProfile, s, timeout);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java678 public void makeCall(SipProfile peerProfile, String sessionDescription, method in class:SipSessionGroup.SipSessionImpl

Completed in 277 milliseconds