Home
last modified time | relevance | path

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

123

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsCallProfileTest.java29 import android.telephony.ims.ImsCallProfile;
81 ImsCallProfile data = new ImsCallProfile(); in testCallComposerExtras()
85 ImsCallProfile.PRIORITY_URGENT); in testCallComposerExtras()
86 assertEquals(ImsCallProfile.PRIORITY_URGENT, in testCallComposerExtras()
89 ImsCallProfile.PRIORITY_NORMAL); in testCallComposerExtras()
90 assertEquals(ImsCallProfile.PRIORITY_NORMAL, in testCallComposerExtras()
106 ImsCallProfile.EXTRA_LOCATION); in testCallComposerExtras()
119 ImsCallProfile unparceledData = ImsCallProfile.CREATOR.createFromParcel(dataParceled); in testCallComposerExtras()
132 ImsCallProfile.EXTRA_LOCATION); in testCallComposerExtras()
149 ImsCallProfile srcParcel = new ImsCallProfile(); in testExtrasCleanup()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A 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()
67 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated()
69 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived()
77 in ImsCallProfile profile); in callSessionConferenceExtendReceived()
[all …]
H A DIImsMmTelFeature.aidl26 import android.telephony.ims.ImsCallProfile;
42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
44 IImsCallSession createCallSession(in ImsCallProfile profile); in createCallSession()
H A DIImsMmTelListener.aidl21 import android.telephony.ims.ImsCallProfile;
35 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java58 public final class ImsCallProfile implements Parcelable { class
597 public ImsCallProfile(Parcel in) { in ImsCallProfile() method in ImsCallProfile
605 public ImsCallProfile() { in ImsCallProfile() method in ImsCallProfile
856 new Creator<ImsCallProfile>() {
859 return new ImsCallProfile(in);
864 return new ImsCallProfile[size];
967 return ImsCallProfile.CALL_TYPE_VT_TX; in getCallTypeFromVideoState()
969 return ImsCallProfile.CALL_TYPE_VT_RX; in getCallTypeFromVideoState()
971 return ImsCallProfile.CALL_TYPE_VT; in getCallTypeFromVideoState()
973 return ImsCallProfile.CALL_TYPE_VOICE; in getCallTypeFromVideoState()
[all …]
H A DImsCallSession.java109 ImsCallProfile profile) { in callSessionInitiating()
139 ImsCallProfile profile) { in callSessionStarted()
169 ImsCallProfile profile) { in callSessionHeld()
188 ImsCallProfile profile) { in callSessionHoldReceived()
197 ImsCallProfile profile) { in callSessionResumed()
216 ImsCallProfile profile) { in callSessionResumeReceived()
255 ImsCallProfile profile) { in callSessionUpdated()
274 ImsCallProfile profile) { in callSessionUpdateReceived()
454 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1359 ImsCallProfile profile) { in callSessionConferenceExtended()
[all …]
H A DImsCallSessionListener.java68 public void callSessionInitiating(@NonNull ImsCallProfile profile) { in callSessionInitiating()
110 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated()
159 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld()
185 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived()
199 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed()
226 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived()
317 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated()
343 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived()
362 ImsCallProfile profile) { in callSessionConferenceExtended()
407 ImsCallProfile profile) { in callSessionConferenceExtendReceived()
[all …]
H A DImsExternalCallState.java62 ImsCallProfile.CALL_TYPE_VOICE,
63 ImsCallProfile.CALL_TYPE_VT_TX,
64 ImsCallProfile.CALL_TYPE_VT_RX,
65 ImsCallProfile.CALL_TYPE_VT
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsCallTest.java32 import android.telephony.ims.ImsCallProfile;
48 private ImsCallProfile mTestCallProfile;
53 mTestCallProfile = new ImsCallProfile(); in setUp()
67 ImsCallProfile profile = new ImsCallProfile(); in testCallSessionProgressingAppliedMediaCaps()
99 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetWifiDeprecated()
116 ImsCallProfile profile = new ImsCallProfile(); in testNonNulllVideoProfile()
117 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNonNulllVideoProfile()
127 ImsCallProfile profile = new ImsCallProfile(); in testNullCallProfileAfterNonNull()
128 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNullCallProfileAfterNonNull()
144 mBundle.putInt(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in testSetWifi()
[all …]
H A DImsPhoneConnectionTest.java47 import android.telephony.ims.ImsCallProfile;
210 ImsCallProfile.OIR_PRESENTATION_PAYPHONE); in testUpdateAddressDisplay()
211 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, in testUpdateAddressDisplay()
212 ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED); in testUpdateAddressDisplay()
215 assertEquals(ImsCallProfile.OIRToPresentation(ImsCallProfile.OIR_PRESENTATION_PAYPHONE), in testUpdateAddressDisplay()
217 assertEquals(ImsCallProfile.OIRToPresentation( in testUpdateAddressDisplay()
296 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetWifiDeprecated()
309 mBundle.putString(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in testSetWifi()
324 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE_ALT, in testSetWifi2()
337 mBundle.putString(ImsCallProfile.EXTRA_CALL_RAT_TYPE, in testSetLTEDeprecated()
[all …]
H A DImsPhoneCallTrackerTest.java68 import android.telephony.ims.ImsCallProfile;
359 ImsCallProfile.VERIFICATION_STATUS_PASSED); in testImsMTCall()
382 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAccept()
520 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAcceptHold()
629 ImsCallProfile.class); in testEmergencyDialSuppressClir()
843 ImsCallProfile.CALL_TYPE_VOICE, null); in testRewriteOutgoingNumber()
944 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone()
970 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive()
995 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone()
1430 ImsCallProfile.CALL_TYPE_VOICE, null); in placeCallAndMakeActive()
[all …]
H A DImsExternalCallTrackerTest.java24 import android.telephony.ims.ImsCallProfile;
74 ImsCallProfile.CALL_TYPE_VOICE, in testAddExternalCall()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A 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()
496 ImsCallProfile profile) in callSessionMergeStarted()
533 ImsCallProfile imsCallProfile) throws RemoteException { in callSessionConferenceExtended()
545 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived()
[all …]
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A 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()
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()
93 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived()
[all …]
H A DIImsCallSession.aidl21 import android.telephony.ims.ImsCallProfile;
50 ImsCallProfile getCallProfile(); in getCallProfile()
57 ImsCallProfile getLocalCallProfile(); in getLocalCallProfile()
64 ImsCallProfile getRemoteCallProfile(); in getRemoteCallProfile()
115 void start(String callee, in ImsCallProfile profile); in start()
128 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
288 void sendRttModifyRequest(in ImsCallProfile toProfile); in sendRttModifyRequest()
H A 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()
H A 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()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java23 import android.telephony.ims.ImsCallProfile;
126 public ImsCallProfile getCallProfile() {
131 public ImsCallProfile getLocalCallProfile() {
136 public ImsCallProfile getRemoteCallProfile() {
166 public void start(String callee, ImsCallProfile profile) {
274 public void sendRttModifyRequest(ImsCallProfile toProfile) {
332 public ImsCallProfile getCallProfile() { in getCallProfile()
340 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile()
348 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile()
396 public void start(String callee, ImsCallProfile profile) { in start()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java42 import android.telephony.ims.ImsCallProfile;
343 case ImsCallProfile.CALL_TYPE_VT: in applyLocalCallCapabilities()
345 case ImsCallProfile.CALL_TYPE_VIDEO_N_VOICE: in applyLocalCallCapabilities()
359 case ImsCallProfile.CALL_TYPE_VT: in applyRemoteCallCapabilities()
361 case ImsCallProfile.CALL_TYPE_VIDEO_N_VOICE: in applyRemoteCallCapabilities()
932 int nump = ImsCallProfile.OIRToPresentation( in updateAddressDisplay()
934 int namep = ImsCallProfile.OIRToPresentation( in updateAddressDisplay()
996 int newVideoState = ImsCallProfile in updateMediaCapabilities()
1383 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile()
1637 case ImsCallProfile.VERIFICATION_STATUS_PASSED: in toTelecomVerificationStatus()
[all …]
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DPstnIncomingCallNotifier.java28 import android.telephony.ims.ImsCallProfile;
299 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent()
302 imsCallProfile.setCallExtra(ImsCallProfile.EXTRA_PICTURE_URL, in sendIncomingCallIntent()
304 imsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in sendIncomingCallIntent()
306 imsCallProfile.setCallExtra(ImsCallProfile.EXTRA_CALL_SUBJECT, in sendIncomingCallIntent()
308 imsCallProfile.setCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION, in sendIncomingCallIntent()
313 imsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in sendIncomingCallIntent()
315 imsCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_SUBJECT)); in sendIncomingCallIntent()
317 imsCallProfile.getCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION)); in sendIncomingCallIntent()
319 imsCallProfile.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL))) { in sendIncomingCallIntent()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java33 import android.telephony.ims.ImsCallProfile;
580 private ImsCallProfile mCallProfile = null;
584 private ImsCallProfile mProposedCallProfile = null;
681 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall()
750 public ImsCallProfile getCallProfile() { in getCallProfile()
763 public void setCallProfile(ImsCallProfile profile) { in setCallProfile()
817 public ImsCallProfile getProposedCallProfile() { in getProposedCallProfile()
1797 ImsCallProfile requestedProfile = new ImsCallProfile(p); in sendRttModifyRequest()
2960 ImsCallProfile profile) { in callSessionConferenceExtended()
3319 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A 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()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DParcelableCallUtilsTest.java19 import android.telephony.ims.ImsCallProfile;
100 assertTrue(parceledExtras.containsKey(ImsCallProfile.EXTRA_IS_BUSINESS_CALL)); in testParcelForNonSystemDialer()
118 assertTrue(parceledExtras.containsKey(ImsCallProfile.EXTRA_IS_BUSINESS_CALL)); in testParcelForSystemDialer()
132 assertTrue(parceledExtras.containsKey(ImsCallProfile.EXTRA_IS_BUSINESS_CALL)); in testParcelForSystemCallScreening()
146 assertFalse(parceledExtras.containsKey(ImsCallProfile.EXTRA_IS_BUSINESS_CALL)); in testParcelForSystemNonSystemCallScreening()
198 extras.putBoolean(ImsCallProfile.EXTRA_IS_BUSINESS_CALL, true); in getSomeExtras()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java27 import android.telephony.ims.ImsCallProfile;
89 public ImsCallProfile createCallProfile(int callSessionType, int callType)
113 public IImsCallSession createCallSession(ImsCallProfile profile) throws RemoteException {
383 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
538 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
672 public IImsCallSession createCallSessionInterface(ImsCallProfile profile) in createCallSessionInterface()
687 public @Nullable ImsCallSessionImplBase createCallSession(@NonNull ImsCallProfile profile) { in createCallSession()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A 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