Home
last modified time | relevance | path

Searched defs:callProfile (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelListener.aidl38 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall()
H A DIImsCallSessionListener.aidl133 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java640 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
1199 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java689 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived()
H A DImsCallSession.java457 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1647 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
H A DImsCallProfile.java925 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile()