Searched defs:callee (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java146 * @param callee dialed string to make the call to
153 public void start(String callee, ImsCallProfile profile) throws RemoteException { argument
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java393 * @param callee the SIP profile to make the call to
400 public void makeCall(SipProfile callee, String sessionDescription, argument
403 mSession.makeCall(callee, sessionDescription, timeout);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java195 public ClientTransaction sendOptions(SipProfile caller, SipProfile callee, argument
198 Request request = (caller == callee)
200 : createRequest(Request.OPTIONS, caller, callee, tag);
270 SipProfile callee, String tag) throws ParseException, SipException {
272 ToHeader toHeader = createToHeader(callee);
273 SipURI requestURI = callee.getUri();
287 public ClientTransaction sendInvite(SipProfile caller, SipProfile callee, argument
291 Request request = createRequest(Request.INVITE, caller, callee, tag);
269 createRequest(String requestType, SipProfile caller, SipProfile callee, String tag) argument
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java649 * @param callee dialed string to make the call to
654 public void start(String callee, ImsCallProfile profile) { argument
660 miSession.start(callee, profile);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java504 SipProfile callee =
506 SipConnection c = new SipConnection(this, callee,
541 SipProfile callee = sipAudioCall.getPeerProfile();
542 SipConnection c = new SipConnection(this, callee);
830 public SipConnection(SipCall owner, SipProfile callee, argument
834 mPeer = callee;
838 public SipConnection(SipCall owner, SipProfile callee) { argument
839 this(owner, callee, getUriString(callee));
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1036 * @param callee callee information to initiate an IMS call
1039 public void start(ImsCallSession session, String callee) argument
1048 session.start(callee, mCallProfile);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1955 milliseconds