Home
last modified time | relevance | path

Searched refs:remoteCallProfile (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1105 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities() local
1106 Rlog.v(LOG_TAG, "update remoteCallProfile=" + remoteCallProfile); in updateMediaCapabilities()
1107 if (remoteCallProfile != null) { in updateMediaCapabilities()
1108 capabilities = applyRemoteCallCapabilities(remoteCallProfile, capabilities); in updateMediaCapabilities()
1164 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()
1519 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument
1520 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()
1537 && remoteCallProfile.getRestrictCause() == ImsCallProfile.CALL_RESTRICT_CAUSE_NONE; in getAudioQualityFromCallProfile()