Lines Matching refs:profile

103                 ImsStreamMediaProfile profile) {
113 ImsCallProfile profile) {
143 ImsCallProfile profile) {
162 ImsCallProfile profile) {
171 ImsCallProfile profile) {
190 ImsCallProfile profile) {
202 ImsCallSession newSession, ImsCallProfile profile) {
229 ImsCallProfile profile) {
248 ImsCallProfile profile) {
260 ImsCallSession newSession, ImsCallProfile profile) {
279 ImsCallSession newSession, ImsCallProfile profile) {
462 * Gets the call profile that this session is associated with
464 * @return the call profile that this session is associated with
479 * Gets the local call profile that this session is associated with
481 * @return the local call profile that this session is associated with
496 * Gets the remote call profile that this session is associated with
498 * @return the remote call profile that this session is associated with
643 * Initiates an IMS call with the specified target and call profile.
649 * @param profile call profile to make the call with the specified service type,
653 public void start(String callee, ImsCallProfile profile) {
659 miSession.start(callee, profile);
665 * Initiates an IMS conference call with the specified target and call profile.
671 * @param profile call profile to make the call with the specified service type,
675 public void start(String[] participants, ImsCallProfile profile) {
681 miSession.startConference(participants, profile);
690 * @param profile stream media profile {@link ImsStreamMediaProfile} to be answered
693 public void accept(int callType, ImsStreamMediaProfile profile) {
699 miSession.accept(callType, profile);
740 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
743 public void hold(ImsStreamMediaProfile profile) {
749 miSession.hold(profile);
758 * @param profile stream media profile {@link ImsStreamMediaProfile} to resume the call
761 public void resume(ImsStreamMediaProfile profile) {
767 miSession.resume(profile);
793 * @param profile stream media profile {@link ImsStreamMediaProfile} to be updated
796 public void update(int callType, ImsStreamMediaProfile profile) {
802 miSession.update(callType, profile);
956 ImsStreamMediaProfile profile) {
958 mListener.callSessionProgressing(ImsCallSession.this, profile);
964 ImsCallProfile profile) {
966 mListener.callSessionStarted(ImsCallSession.this, profile);
991 ImsCallProfile profile) {
993 mListener.callSessionHeld(ImsCallSession.this, profile);
1007 ImsCallProfile profile) {
1009 mListener.callSessionHoldReceived(ImsCallSession.this, profile);
1015 ImsCallProfile profile) {
1017 mListener.callSessionResumed(ImsCallSession.this, profile);
1031 ImsCallProfile profile) {
1033 mListener.callSessionResumeReceived(ImsCallSession.this, profile);
1042 * @param profile The call profile.
1046 IImsCallSession newSession, ImsCallProfile profile) {
1099 ImsCallProfile profile) {
1101 mListener.callSessionUpdated(ImsCallSession.this, profile);
1115 ImsCallProfile profile) {
1117 mListener.callSessionUpdateReceived(ImsCallSession.this, profile);
1126 IImsCallSession newSession, ImsCallProfile profile) {
1129 new ImsCallSession(newSession), profile);
1143 IImsCallSession newSession, ImsCallProfile profile) {
1146 new ImsCallSession(newSession), profile);