Home
last modified time | relevance | path

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

12

/aosp14/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.aidl29 import android.telephony.ims.ImsCallProfile;
45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
47 IImsCallSession createCallSession(in ImsCallProfile profile); in createCallSession()
H A DIImsMmTelListener.aidl21 import android.telephony.ims.ImsCallProfile;
38 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java59 public final class ImsCallProfile implements Parcelable { class
605 public ImsCallProfile(Parcel in) { in ImsCallProfile() method in ImsCallProfile
613 public ImsCallProfile() { in ImsCallProfile() method in ImsCallProfile
865 new Creator<ImsCallProfile>() {
868 return new ImsCallProfile(in);
873 return new ImsCallProfile[size];
976 return ImsCallProfile.CALL_TYPE_VT_TX; in getCallTypeFromVideoState()
978 return ImsCallProfile.CALL_TYPE_VT_RX; in getCallTypeFromVideoState()
980 return ImsCallProfile.CALL_TYPE_VT; in getCallTypeFromVideoState()
982 return ImsCallProfile.CALL_TYPE_VOICE; in getCallTypeFromVideoState()
[all …]
H A DImsCallSession.java112 ImsCallProfile profile) { in callSessionInitiating()
142 ImsCallProfile profile) { in callSessionStarted()
172 ImsCallProfile profile) { in callSessionHeld()
191 ImsCallProfile profile) { in callSessionHoldReceived()
200 ImsCallProfile profile) { in callSessionResumed()
219 ImsCallProfile profile) { in callSessionResumeReceived()
258 ImsCallProfile profile) { in callSessionUpdated()
277 ImsCallProfile profile) { in callSessionUpdateReceived()
457 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1459 ImsCallProfile profile) { in callSessionConferenceExtended()
[all …]
H A 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()
329 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated()
355 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived()
374 ImsCallProfile profile) { in callSessionConferenceExtended()
422 ImsCallProfile profile) { in callSessionConferenceExtendReceived()
[all …]
H A 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()
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
H A DImsCallProfile.aidl19 parcelable ImsCallProfile;
/aosp14/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()
511 ImsCallProfile profile) in callSessionMergeStarted()
548 ImsCallProfile imsCallProfile) throws RemoteException { in callSessionConferenceExtended()
560 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived()
[all …]
/aosp14/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()
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()
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()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A 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) {
354 public void sendRttModifyRequest(ImsCallProfile toProfile) {
450 public ImsCallProfile getCallProfile() { in getCallProfile()
458 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile()
466 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile()
514 public void start(String callee, ImsCallProfile profile) { in start()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DAnnotation.java8 import android.telephony.ims.ImsCallProfile;
736 ImsCallProfile.SERVICE_TYPE_NONE,
747 ImsCallProfile.CALL_TYPE_NONE,
749 ImsCallProfile.CALL_TYPE_VOICE,
751 ImsCallProfile.CALL_TYPE_VT,
752 ImsCallProfile.CALL_TYPE_VT_TX,
753 ImsCallProfile.CALL_TYPE_VT_RX,
754 ImsCallProfile.CALL_TYPE_VT_NODIR,
755 ImsCallProfile.CALL_TYPE_VS,
756 ImsCallProfile.CALL_TYPE_VS_TX,
[all …]
H A DCallState.java28 import android.telephony.ims.ImsCallProfile;
308 private @ImsCallServiceType int mImsCallServiceType = ImsCallProfile.SERVICE_TYPE_NONE;
309 private @ImsCallType int mImsCallType = ImsCallProfile.CALL_TYPE_NONE;
/aosp14/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()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java31 import android.telephony.ims.ImsCallProfile;
128 public ImsCallProfile createCallProfile(int callSessionType, int callType)
142 public IImsCallSession createCallSession(ImsCallProfile profile) throws RemoteException {
640 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
1199 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
1533 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
1559 public IImsCallSession createCallSessionInterface(ImsCallProfile profile) in createCallSessionInterface()
1579 public @Nullable ImsCallSessionImplBase createCallSession(@NonNull ImsCallProfile profile) { in createCallSession()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt15776 public final class ImsCallProfile implements android.os.Parcelable {
15777 ctor public ImsCallProfile();
15778 ctor public ImsCallProfile(int, int);
15819 method public void updateCallExtras(android.telephony.ims.ImsCallProfile);
15820 method public void updateCallType(android.telephony.ims.ImsCallProfile);
15821 method public void updateMediaProfile(android.telephony.ims.ImsCallProfile);
15893 method public void callSessionHeld(android.telephony.ims.ImsCallProfile);
16851 method public android.telephony.ims.ImsCallProfile getCallProfile();
16853 method public android.telephony.ims.ImsCallProfile getLocalCallProfile();
16855 method public android.telephony.ims.ImsCallProfile getRemoteCallProfile();
[all …]
H A Dtest-current.txt3215 public final class ImsCallProfile implements android.os.Parcelable {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53907 Landroid/telephony/ims/ImsCallProfile;-><init>(Landroid/os/Parcel;)V
53910 Landroid/telephony/ims/ImsCallProfile;->EXTRA_CONFERENCE:Ljava/lang/String;
53911 Landroid/telephony/ims/ImsCallProfile;->EXTRA_CONFERENCE_AVAIL:Ljava/lang/String;
53912 Landroid/telephony/ims/ImsCallProfile;->EXTRA_E_CALL:Ljava/lang/String;
53913 Landroid/telephony/ims/ImsCallProfile;->EXTRA_OEM_EXTRAS:Ljava/lang/String;
53914 Landroid/telephony/ims/ImsCallProfile;->EXTRA_VMS:Ljava/lang/String;
53915 Landroid/telephony/ims/ImsCallProfile;->isVideoStateSet(II)Z
53917 Landroid/telephony/ims/ImsCallProfile;->mServiceType:I
53918 Landroid/telephony/ims/ImsCallProfile;->OIRToPresentation(I)I
53919 Landroid/telephony/ims/ImsCallProfile;->readFromParcel(Landroid/os/Parcel;)V
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7703 android.telephony.ims.ImsCallProfile$1
7704 android.telephony.ims.ImsCallProfile
H A Dboot-image-profile.txt30501 Landroid/telephony/ims/ImsCallProfile$1;
30502 Landroid/telephony/ims/ImsCallProfile;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7734 android.telephony.ims.ImsCallProfile$1
7735 android.telephony.ims.ImsCallProfile

12