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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java405 SipProfile peerProfile, String sessionDescription) {
613 * @param peerProfile the SIP profile to make the call to
622 public void makeCall(SipProfile peerProfile, SipSession sipSession, argument
624 if (DBG) log("makeCall: " + peerProfile + " session=" + sipSession + " timeout=" + timeout);
635 sipSession.makeCall(peerProfile, createOffer().encode(),
H A DSipManager.java336 * @param peerProfile the SIP profile to make the call to
348 SipProfile peerProfile, SipAudioCall.Listener listener, int timeout)
356 call.makeCall(peerProfile, s, timeout);
347 makeAudioCall(SipProfile localProfile, SipProfile peerProfile, SipAudioCall.Listener listener, int timeout) argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java698 public void makeCall(SipProfile peerProfile, String sessionDescription, argument
700 doCommandAsync(new MakeCallCommand(peerProfile, sessionDescription,
1502 public void startKeepAliveProcess(int interval, SipProfile peerProfile, argument
1509 mPeerProfile = peerProfile;
1785 public MakeCallCommand(SipProfile peerProfile, argument
1787 super(peerProfile);

Completed in 59 milliseconds