Home
last modified time | relevance | path

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

123

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsCallProfileTest.java29 import android.telephony.ims.ImsCallProfile;
81 ImsCallProfile data = new ImsCallProfile(); in testCallComposerExtras()
84 data.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in testCallComposerExtras()
85 ImsCallProfile.PRIORITY_URGENT); in testCallComposerExtras()
86 assertEquals(ImsCallProfile.PRIORITY_URGENT, in testCallComposerExtras()
87 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()
88 data.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in testCallComposerExtras()
89 ImsCallProfile.PRIORITY_NORMAL); in testCallComposerExtras()
90 assertEquals(ImsCallProfile.PRIORITY_NORMAL, in testCallComposerExtras()
91 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl21 import android.telephony.ims.ImsCallProfile;
40 void callSessionInitiating(in ImsCallProfile profile); in callSessionInitiating()
43 void callSessionInitiated(in ImsCallProfile profile); in callSessionInitiated()
50 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld()
52 void callSessionHoldReceived(in ImsCallProfile profile); in callSessionHoldReceived()
53 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed()
55 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived()
60 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
67 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated()
69 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived()
[all …]
DIImsMmTelFeature.aidl29 import android.telephony.ims.ImsCallProfile;
45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
47 IImsCallSession createCallSession(in ImsCallProfile profile); in createCallSession()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java36 import android.telephony.ims.ImsCallProfile;
55 private ImsCallProfile mTestCallProfile;
62 mTestCallProfile = new ImsCallProfile(); in setUp()
79 ImsCallProfile profile = new ImsCallProfile(); in testCallSessionProgressingAppliedMediaCaps()
111 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetWifiDeprecated()
128 ImsCallProfile profile = new ImsCallProfile(); in testNonNulllVideoProfile()
129 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNonNulllVideoProfile()
139 ImsCallProfile profile = new ImsCallProfile(); in testNullCallProfileAfterNonNull()
140 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNullCallProfileAfterNonNull()
161 ImsCallProfile profile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testCloseImsCallRtt()
[all …]
DImsPhoneConnectionTest.java49 import android.telephony.ims.ImsCallProfile;
224 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_CNAP, in testUpdateAddressDisplay()
225 ImsCallProfile.OIR_PRESENTATION_PAYPHONE); in testUpdateAddressDisplay()
226 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, in testUpdateAddressDisplay()
227 ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED); in testUpdateAddressDisplay()
230 assertEquals(ImsCallProfile.OIRToPresentation(ImsCallProfile.OIR_PRESENTATION_PAYPHONE), in testUpdateAddressDisplay()
232 assertEquals(ImsCallProfile.OIRToPresentation( in testUpdateAddressDisplay()
233 ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED), in testUpdateAddressDisplay()
307 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetWifiDeprecated()
320 mBundle.putString(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in testSetWifi()
[all …]
DImsPhoneCallTest.java31 import android.telephony.ims.ImsCallProfile;
285 assertEquals(ImsCallProfile.SERVICE_TYPE_NORMAL, mImsCallUT.getServiceType()); in testGetServiceType()
287 assertEquals(ImsCallProfile.SERVICE_TYPE_EMERGENCY, mImsCallUT.getServiceType()); in testGetServiceType()
289 assertEquals(ImsCallProfile.SERVICE_TYPE_NONE, mImsCallUT.getServiceType()); in testGetServiceType()
298 assertEquals(ImsCallProfile.CALL_TYPE_VOICE, mImsCallUT.getCallType()); in testGetCallType()
300 assertEquals(ImsCallProfile.CALL_TYPE_VT, mImsCallUT.getCallType()); in testGetCallType()
302 assertEquals(ImsCallProfile.CALL_TYPE_NONE, mImsCallUT.getCallType()); in testGetCallType()
304 assertEquals(ImsCallProfile.CALL_TYPE_NONE, mImsCallUT.getCallType()); in testGetCallType()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java60 public final class ImsCallProfile implements Parcelable { class
616 public ImsCallProfile(Parcel in) { in ImsCallProfile() method in ImsCallProfile
624 public ImsCallProfile() { in ImsCallProfile() method in ImsCallProfile
650 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() method in ImsCallProfile
678 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() method in ImsCallProfile
776 public void updateCallType(ImsCallProfile profile) { in updateCallType()
780 public void updateCallExtras(ImsCallProfile profile) { in updateCallExtras()
790 public void updateMediaProfile(ImsCallProfile profile) { in updateMediaProfile()
875 public static final @android.annotation.NonNull Creator<ImsCallProfile> CREATOR =
876 new Creator<ImsCallProfile>() {
[all …]
DImsCallSession.java113 ImsCallProfile profile) { in callSessionInitiating()
143 ImsCallProfile profile) { in callSessionStarted()
173 ImsCallProfile profile) { in callSessionHeld()
192 ImsCallProfile profile) { in callSessionHoldReceived()
201 ImsCallProfile profile) { in callSessionResumed()
220 ImsCallProfile profile) { in callSessionResumeReceived()
232 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
259 ImsCallProfile profile) { in callSessionUpdated()
278 ImsCallProfile profile) { in callSessionUpdateReceived()
290 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
[all …]
DImsCallSessionListener.java74 public void callSessionInitiating(@NonNull ImsCallProfile profile) { in callSessionInitiating()
116 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated()
165 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld()
191 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived()
205 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed()
232 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived()
249 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted()
268 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted()
329 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated()
355 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived()
[all …]
DSrvccCall.java39 private ImsCallProfile mImsCallProfile;
60 @NonNull ImsCallProfile imsCallProfile) { in SrvccCall()
75 public ImsCallProfile getImsCallProfile() { in getImsCallProfile()
137 mImsCallProfile = in.readParcelable(ImsCallProfile.class.getClassLoader(), in readFromParcel()
138 android.telephony.ims.ImsCallProfile.class); in readFromParcel()
DImsExternalCallState.java62 ImsCallProfile.CALL_TYPE_VOICE,
63 ImsCallProfile.CALL_TYPE_VT_TX,
64 ImsCallProfile.CALL_TYPE_VT_RX,
65 ImsCallProfile.CALL_TYPE_VT
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallStateTest.java26 import android.telephony.ims.ImsCallProfile;
46 .setImsCallServiceType(ImsCallProfile.SERVICE_TYPE_NONE) in testParcelUnparcelPreciseCallState()
47 .setImsCallType(ImsCallProfile.CALL_TYPE_NONE).build(); in testParcelUnparcelPreciseCallState()
68 .setImsCallServiceType(ImsCallProfile.SERVICE_TYPE_NONE) in testParcelUnparcelCallQuality()
69 .setImsCallType(ImsCallProfile.CALL_TYPE_NONE).build(); in testParcelUnparcelCallQuality()
85 .setImsCallServiceType(ImsCallProfile.SERVICE_TYPE_NONE) in testParcelUnparcelCallQuality()
86 .setImsCallType(ImsCallProfile.CALL_TYPE_NONE).build(); in testParcelUnparcelCallQuality()
108 .setImsCallServiceType(ImsCallProfile.SERVICE_TYPE_NONE) in testParcelUnparcelNetworkTypeAndClassification()
109 .setImsCallType(ImsCallProfile.CALL_TYPE_NONE).build(); in testParcelUnparcelNetworkTypeAndClassification()
133 .setImsCallServiceType(ImsCallProfile.SERVICE_TYPE_NORMAL) in testParcelUnparcelImsCallInfo()
[all …]
DDefaultPhoneNotifierTest.java35 import android.telephony.ims.ImsCallProfile;
312 int[] imsCallServiceTypes = {ImsCallProfile.SERVICE_TYPE_NONE, in testNotifyPreciseCallStateImsCallInfo()
313 ImsCallProfile.SERVICE_TYPE_NORMAL, ImsCallProfile.SERVICE_TYPE_NORMAL}; in testNotifyPreciseCallStateImsCallInfo()
314 int[] imsCallTypes = {ImsCallProfile.CALL_TYPE_NONE, in testNotifyPreciseCallStateImsCallInfo()
315 ImsCallProfile.CALL_TYPE_VOICE, ImsCallProfile.CALL_TYPE_VT}; in testNotifyPreciseCallStateImsCallInfo()
346 assertEquals(ImsCallProfile.SERVICE_TYPE_NORMAL, in testNotifyPreciseCallStateImsCallInfo()
348 assertEquals(ImsCallProfile.SERVICE_TYPE_NORMAL, in testNotifyPreciseCallStateImsCallInfo()
350 assertEquals(ImsCallProfile.SERVICE_TYPE_NONE, in testNotifyPreciseCallStateImsCallInfo()
352 assertEquals(ImsCallProfile.CALL_TYPE_VOICE, in testNotifyPreciseCallStateImsCallInfo()
354 assertEquals(ImsCallProfile.CALL_TYPE_VT, in testNotifyPreciseCallStateImsCallInfo()
[all …]
/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;
50 ImsCallProfile getCallProfile(); in getCallProfile()
57 ImsCallProfile getLocalCallProfile(); in getLocalCallProfile()
64 ImsCallProfile getRemoteCallProfile(); in getRemoteCallProfile()
117 void start(String callee, in ImsCallProfile profile); in start()
130 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
290 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.java27 import android.telephony.ims.ImsCallProfile;
95 public ImsCallProfile getCallProfile() { in getCallProfile()
104 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile()
113 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile()
165 public void start(String callee, ImsCallProfile profile) { in start()
182 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
391 public void sendRttModifyRequest(ImsCallProfile toProfile) { in sendRttModifyRequest()
456 public void callSessionStarted(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionStarted()
474 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld()
486 public void callSessionHoldReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHoldReceived()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSrvccConnection.java29 import android.telephony.ims.ImsCallProfile;
84 public SrvccConnection(ImsCallProfile profile, in SrvccConnection()
136 private void initialize(ImsCallProfile profile) { in initialize()
139 mNumber = profile.getCallExtra(ImsCallProfile.EXTRA_OI); in initialize()
140 mName = profile.getCallExtra(ImsCallProfile.EXTRA_CNA); in initialize()
141 mNumPresentation = ImsCallProfile.OIRToPresentation( in initialize()
142 profile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in initialize()
143 mNamePresentation = ImsCallProfile.OIRToPresentation( in initialize()
144 profile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in initialize()
159 private boolean isLocalTone(ImsCallProfile profile) { in isLocalTone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java42 import android.telephony.ims.ImsCallProfile;
220 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()
221 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()
222 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
223 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()
224 mCnapNamePresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
225 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()
357 private int applyLocalCallCapabilities(ImsCallProfile localProfile, int capabilities) { in applyLocalCallCapabilities()
367 case ImsCallProfile.CALL_TYPE_VT: in applyLocalCallCapabilities()
369 case ImsCallProfile.CALL_TYPE_VIDEO_N_VOICE: in applyLocalCallCapabilities()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java26 import android.telephony.ims.ImsCallProfile;
186 public ImsCallProfile getCallProfile() {
192 public ImsCallProfile getLocalCallProfile() {
198 public ImsCallProfile getRemoteCallProfile() {
234 public void start(String callee, ImsCallProfile profile) {
239 public void startConference(String[] participants, ImsCallProfile profile) throws
354 public void sendRttModifyRequest(ImsCallProfile toProfile) {
450 public ImsCallProfile getCallProfile() { in getCallProfile()
458 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile()
466 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java24 import android.telephony.ims.ImsCallProfile;
112 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
120 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile)
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
297 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile, in createCallSession()
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java8 import android.telephony.ims.ImsCallProfile;
761 ImsCallProfile.SERVICE_TYPE_NONE,
762 ImsCallProfile.SERVICE_TYPE_NORMAL,
763 ImsCallProfile.SERVICE_TYPE_EMERGENCY,
772 ImsCallProfile.CALL_TYPE_NONE,
773 ImsCallProfile.CALL_TYPE_VOICE_N_VIDEO,
774 ImsCallProfile.CALL_TYPE_VOICE,
775 ImsCallProfile.CALL_TYPE_VIDEO_N_VOICE,
776 ImsCallProfile.CALL_TYPE_VT,
777 ImsCallProfile.CALL_TYPE_VT_TX,
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java33 import android.telephony.ims.ImsCallProfile;
596 private ImsCallProfile mCallProfile = null;
600 private ImsCallProfile mProposedCallProfile = null;
697 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall()
735 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
766 public ImsCallProfile getCallProfile() { in getCallProfile()
779 public void setCallProfile(ImsCallProfile profile) { in setCallProfile()
791 public ImsCallProfile getLocalCallProfile() throws ImsException { in getLocalCallProfile()
812 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile()
833 public ImsCallProfile getProposedCallProfile() { in getProposedCallProfile()
[all …]
/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()

123