Searched refs:peerProfile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/voip/java/android/net/sip/
H A DSipManager.java302 * @param peerProfile the SIP profile to make the call to
314 SipProfile peerProfile, SipAudioCall.Listener listener, int timeout)
322 call.makeCall(peerProfile, s, timeout);
313 makeAudioCall(SipProfile localProfile, SipProfile peerProfile, SipAudioCall.Listener listener, int timeout) argument
H A DSipAudioCall.java380 SipProfile peerProfile, String sessionDescription) {
550 * @param peerProfile the SIP profile to make the call to
559 public void makeCall(SipProfile peerProfile, SipSession sipSession, argument
571 sipSession.makeCall(peerProfile, createOffer().encode(),
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java523 public void makeCall(SipProfile peerProfile, String sessionDescription, argument
525 doCommandAsync(new MakeCallCommand(peerProfile, sessionDescription,
1418 public MakeCallCommand(SipProfile peerProfile, argument
1420 this(peerProfile, sessionDescription, -1);
1423 public MakeCallCommand(SipProfile peerProfile, argument
1425 super(peerProfile);

Completed in 1697 milliseconds