Home
last modified time | relevance | path

Searched refs:ImsCallProfile (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java33 public class ImsCallProfile implements Parcelable { class
189 public ImsCallProfile(Parcel in) { in ImsCallProfile() method in ImsCallProfile
193 public ImsCallProfile() { in ImsCallProfile() method in ImsCallProfile
200 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() method in ImsCallProfile
261 public void updateCallType(ImsCallProfile profile) { in updateCallType()
265 public void updateCallExtras(ImsCallProfile profile) { in updateCallExtras()
298 public static final Creator<ImsCallProfile> CREATOR = new Creator<ImsCallProfile>() {
300 public ImsCallProfile createFromParcel(Parcel in) {
301 return new ImsCallProfile(in);
305 public ImsCallProfile[] newArray(int size) {
[all …]
DImsCallProfile.aidl19 parcelable ImsCallProfile;
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl20 import com.android.ims.ImsCallProfile;
36 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted()
43 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld()
45 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived()
46 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed()
48 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived()
54 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
63 in ImsCallProfile profile); in callSessionUpdated()
67 in ImsCallProfile profile); in callSessionUpdateReceived()
73 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
[all …]
DIImsCallSession.aidl20 import com.android.ims.ImsCallProfile;
48 ImsCallProfile getCallProfile(); in getCallProfile()
55 ImsCallProfile getLocalCallProfile(); in getLocalCallProfile()
62 ImsCallProfile getRemoteCallProfile(); in getRemoteCallProfile()
113 void start(String callee, in ImsCallProfile profile); in start()
126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
DIImsService.aidl21 import com.android.ims.ImsCallProfile;
42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
44 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile, in createCallSession()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java25 import com.android.ims.ImsCallProfile;
112 ImsCallProfile profile) { in callSessionStarted()
142 ImsCallProfile profile) { in callSessionHeld()
161 ImsCallProfile profile) { in callSessionHoldReceived()
170 ImsCallProfile profile) { in callSessionResumed()
189 ImsCallProfile profile) { in callSessionResumeReceived()
201 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
228 ImsCallProfile profile) { in callSessionUpdated()
247 ImsCallProfile profile) { in callSessionUpdateReceived()
259 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java43 import com.android.ims.ImsCallProfile;
130 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()
131 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()
132 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
133 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()
134 mCnapNamePresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
135 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()
670 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()
672 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI); in updateAddressDisplay()
673 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA); in updateAddressDisplay()
[all …]
DImsPhoneCallTracker.java48 import com.android.ims.ImsCallProfile;
103 mUssdSession.accept(ImsCallProfile.CALL_TYPE_VOICE);
405 ImsCallProfile.SERVICE_TYPE_EMERGENCY : ImsCallProfile.SERVICE_TYPE_NORMAL; in dialInternal()
406 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal()
412 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId, in dialInternal()
414 profile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, clirMode); in dialInternal()
457 imsCall.accept(ImsCallProfile.getCallTypeFromVideoState(videoState)); in acceptCall()
844 ImsCallProfile.getCallTypeFromVideoState(mPendingCallVideoState)); in resumeWaitingOrHolding()
872 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId, in sendUSSD()
873 ImsCallProfile.SERVICE_TYPE_NORMAL, ImsCallProfile.CALL_TYPE_VOICE); in sendUSSD()
[all …]
DImsPhone.java45 import com.android.ims.ImsCallProfile;
407 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in handleCallHoldIncallSupplementaryService()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java471 private ImsCallProfile mCallProfile = null;
475 private ImsCallProfile mProposedCallProfile = null;
533 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall()
570 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
601 public ImsCallProfile getCallProfile() { in getCallProfile()
612 public ImsCallProfile getLocalCallProfile() throws ImsException { in getLocalCallProfile()
633 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile()
654 public ImsCallProfile getProposedCallProfile() { in getProposedCallProfile()
1492 private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) { in createNewCall()
2039 public void callSessionStarted(ImsCallSession session, ImsCallProfile profile) { in callSessionStarted()
[all …]
DImsManager.java627 public ImsCallProfile createCallProfile(int serviceId, in createCallProfile()
650 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees, in makeCall()
878 ImsCallProfile profile) throws ImsException { in createCallSession()
/frameworks/opt/net/ims/
DREADME.txt21 ImsManager#makeCall() requires an ImsCallProfile objects, representing the call properties
22 of the local device. ImsCallProfile can creates by ImsManager
24 ImsCallProfile is created by referring GSMA IR.92, GSMA IR.94, 3GPP TS 24.229,
58 ImsCallProfile