Searched refs:remoteCallProfile (Results 1 – 1 of 1) sorted by relevance
1041 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities() local1042 Rlog.v(LOG_TAG, "update remoteCallProfile=" + remoteCallProfile); in updateMediaCapabilities()1043 if (remoteCallProfile != null) { in updateMediaCapabilities()1044 capabilities = applyRemoteCallCapabilities(remoteCallProfile, capabilities); in updateMediaCapabilities()1069 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()1306 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument1307 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()1324 && remoteCallProfile.getRestrictCause() == ImsCallProfile.CALL_RESTRICT_CAUSE_NONE; in getAudioQualityFromCallProfile()