Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl21 import android.telephony.ims.ImsCallProfile;
38 void callSessionInitiated(in ImsCallProfile profile); in callSessionInitiated()
45 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld()
47 void callSessionHoldReceived(in ImsCallProfile profile); in callSessionHoldReceived()
48 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed()
50 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived()
55 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
62 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated()
64 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived()
69 void callSessionConferenceExtended(IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
[all …]
DIImsMmTelFeature.aidl25 import android.telephony.ims.ImsCallProfile;
39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
40 IImsCallSession createCallSession(in ImsCallProfile profile); in createCallSession()
DIImsMmTelListener.aidl21 import android.telephony.ims.ImsCallProfile;
32 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java52 public final class ImsCallProfile implements Parcelable { class
462 public ImsCallProfile(Parcel in) { in ImsCallProfile() method in ImsCallProfile
470 public ImsCallProfile() { in ImsCallProfile() method in ImsCallProfile
496 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() method in ImsCallProfile
524 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() method in ImsCallProfile
594 public void updateCallType(ImsCallProfile profile) { in updateCallType()
598 public void updateCallExtras(ImsCallProfile profile) { in updateCallExtras()
608 public void updateMediaProfile(ImsCallProfile profile) { in updateMediaProfile()
686 … static final @android.annotation.NonNull Creator<ImsCallProfile> CREATOR = new Creator<ImsCallPro…
688 public ImsCallProfile createFromParcel(Parcel in) {
[all …]
DImsCallSession.java115 ImsCallProfile profile) { in callSessionStarted()
145 ImsCallProfile profile) { in callSessionHeld()
164 ImsCallProfile profile) { in callSessionHoldReceived()
173 ImsCallProfile profile) { in callSessionResumed()
192 ImsCallProfile profile) { in callSessionResumeReceived()
204 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
231 ImsCallProfile profile) { in callSessionUpdated()
250 ImsCallProfile profile) { in callSessionUpdateReceived()
262 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
281 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
[all …]
DImsCallSessionListener.java70 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated()
114 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld()
140 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived()
154 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed()
181 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived()
198 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted()
214 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted()
272 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated()
298 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived()
317 ImsCallProfile profile) { in callSessionConferenceExtended()
[all …]
DImsExternalCallState.java66 ImsCallProfile.CALL_TYPE_VOICE,
67 ImsCallProfile.CALL_TYPE_VT_TX,
68 ImsCallProfile.CALL_TYPE_VT_RX,
69 ImsCallProfile.CALL_TYPE_VT
DImsCallProfile.aidl19 parcelable ImsCallProfile;
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl21 import android.telephony.ims.ImsCallProfile;
40 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted()
50 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld()
54 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived()
56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed()
60 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived()
67 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
79 in ImsCallProfile profile); in callSessionUpdated()
83 in ImsCallProfile profile); in callSessionUpdateReceived()
89 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
[all …]
DIImsCallSession.aidl21 import android.telephony.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()
286 void sendRttModifyRequest(in ImsCallProfile toProfile); in sendRttModifyRequest()
DIImsMMTelFeature.aidl21 import android.telephony.ims.ImsCallProfile;
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
45 IImsCallSession createCallSession(int sessionId, in ImsCallProfile profile); in createCallSession()
DIImsService.aidl21 import android.telephony.ims.ImsCallProfile;
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
56 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile, in createCallSession()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java26 import android.telephony.ims.ImsCallProfile;
91 public ImsCallProfile getCallProfile() { in getCallProfile()
100 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile()
109 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile()
161 public void start(String callee, ImsCallProfile profile) { in start()
178 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
387 public void sendRttModifyRequest(ImsCallProfile toProfile) { in sendRttModifyRequest()
428 public void callSessionStarted(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionStarted()
446 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld()
458 public void callSessionHoldReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHoldReceived()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java24 import android.telephony.ims.ImsCallProfile;
121 public ImsCallProfile getCallProfile() {
126 public ImsCallProfile getLocalCallProfile() {
131 public ImsCallProfile getRemoteCallProfile() {
161 public void start(String callee, ImsCallProfile profile) {
166 public void startConference(String[] participants, ImsCallProfile profile) throws
269 public void sendRttModifyRequest(ImsCallProfile toProfile) {
321 public ImsCallProfile getCallProfile() { in getCallProfile()
329 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile()
337 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java27 import android.telephony.ims.ImsCallProfile;
40 private ImsCallProfile mTestCallProfile;
45 mTestCallProfile = new ImsCallProfile(); in setUp()
61 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetWifiDeprecated()
73 mBundle.putInt(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in testSetWifi()
85 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE_ALT, in testSetWifiAlt()
97 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetLteNoWifiDeprecated()
109 mBundle.putInt(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in testSetLteNoWifi()
121 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE_ALT, in testSetLteNoWifiAlt()
DImsPhoneConnectionTest.java42 import android.telephony.ims.ImsCallProfile;
184 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_CNAP, in testUpdateAddressDisplay()
185 ImsCallProfile.OIR_PRESENTATION_PAYPHONE); in testUpdateAddressDisplay()
186 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, in testUpdateAddressDisplay()
187 ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED); in testUpdateAddressDisplay()
190 assertEquals(ImsCallProfile.OIRToPresentation(ImsCallProfile.OIR_PRESENTATION_PAYPHONE), in testUpdateAddressDisplay()
192 assertEquals(ImsCallProfile.OIRToPresentation( in testUpdateAddressDisplay()
193 ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED), in testUpdateAddressDisplay()
271 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetWifiDeprecated()
284 mBundle.putString(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in testSetWifi()
[all …]
DImsPhoneCallTrackerTest.java67 import android.telephony.ims.ImsCallProfile;
337 ImsCallProfile.VERIFICATION_STATUS_PASSED); in testImsMTCall()
360 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAccept()
361 verify(mImsCall, times(1)).accept(eq(ImsCallProfile in testImsMTCallAccept()
362 .getCallTypeFromVideoState(ImsCallProfile.CALL_TYPE_VOICE))); in testImsMTCallAccept()
498 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAcceptHold()
558 ArgumentCaptor<ImsCallProfile> profileCaptor = ArgumentCaptor.forClass( in testEmergencyDialSuppressClir()
559 ImsCallProfile.class); in testEmergencyDialSuppressClir()
564 assertEquals(mImsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR), in testEmergencyDialSuppressClir()
591 mCTUT.dial("+17005554141", ImsCallProfile.CALL_TYPE_VOICE, null); in startOutgoingCall()
[all …]
DImsExternalCallTrackerTest.java24 import android.telephony.ims.ImsCallProfile;
74 ImsCallProfile.CALL_TYPE_VOICE, in testAddExternalCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java38 import android.telephony.ims.ImsCallProfile;
192 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()
193 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()
194 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
195 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()
196 mCnapNamePresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
197 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()
311 private int applyLocalCallCapabilities(ImsCallProfile localProfile, int capabilities) { in applyLocalCallCapabilities()
321 case ImsCallProfile.CALL_TYPE_VT: in applyLocalCallCapabilities()
323 case ImsCallProfile.CALL_TYPE_VIDEO_N_VOICE: in applyLocalCallCapabilities()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsCallProfileTest.java28 import android.telephony.ims.ImsCallProfile;
83 ImsCallProfile srcParcel = new ImsCallProfile(); in testExtrasCleanup()
102 ImsCallProfile unparceledProfile = ImsCallProfile.CREATOR.createFromParcel(parcel); in testExtrasCleanup()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java23 import android.telephony.ims.ImsCallProfile;
111 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
119 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile)
284 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
296 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile, in createCallSession()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java30 import android.telephony.ims.ImsCallProfile;
550 private ImsCallProfile mCallProfile = null;
554 private ImsCallProfile mProposedCallProfile = null;
651 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall()
689 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
720 public ImsCallProfile getCallProfile() { in getCallProfile()
733 public void setCallProfile(ImsCallProfile profile) { in setCallProfile()
745 public ImsCallProfile getLocalCallProfile() throws ImsException { in getLocalCallProfile()
766 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile()
787 public ImsCallProfile getProposedCallProfile() { in getProposedCallProfile()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java28 import android.telephony.ims.ImsCallProfile;
85 public ImsCallProfile createCallProfile(int callSessionType, int callType)
97 public IImsCallSession createCallSession(ImsCallProfile profile) throws RemoteException {
360 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
518 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
626 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
634 public IImsCallSession createCallSessionInterface(ImsCallProfile profile) in createCallSessionInterface()
649 public @Nullable ImsCallSessionImplBase createCallSession(@NonNull ImsCallProfile profile) { in createCallSession()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java23 import android.telephony.ims.ImsCallProfile;
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
83 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile) in createCallSession()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
64 public ImsCallSessionImplBase createCallSession(ImsCallProfile profile) { in createCallSession()

12