Searched defs:callProfile (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java566 * @param callProfile An {@link ImsCallProfile} with the updated attributes
568 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) argument
571 mListener.callSessionRttModifyRequestReceived(callProfile);
H A DImsCallProfile.java503 * @param callProfile The call profile.
506 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { argument
507 int videostate = getVideoStateFromCallType(callProfile.mCallType);
508 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) {
H A DImsCallSession.java434 ImsCallProfile callProfile) {
1380 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { argument
1382 mListener.callSessionRttModifyRequestReceived(ImsCallSession.this, callProfile);
433 callSessionRttModifyRequestReceived(ImsCallSession session, ImsCallProfile callProfile) argument
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java3118 ImsCallProfile callProfile) {
3126 if (!callProfile.mMediaProfile.isRttCall()) {
3117 callSessionRttModifyRequestReceived(ImsCallSession session, ImsCallProfile callProfile) argument

Completed in 36 milliseconds