Searched refs:remoteCallProfile (Results 1 – 1 of 1) sorted by relevance
945 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities() local946 Rlog.v(LOG_TAG, "update remoteCallProfile=" + remoteCallProfile); in updateMediaCapabilities()947 if (remoteCallProfile != null) { in updateMediaCapabilities()948 capabilities = applyRemoteCallCapabilities(remoteCallProfile, capabilities); in updateMediaCapabilities()956 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()1138 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument1139 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()1156 && remoteCallProfile.mRestrictCause == ImsCallProfile.CALL_RESTRICT_CAUSE_NONE; in getAudioQualityFromCallProfile()