Searched refs:remoteCallProfile (Results 1 – 1 of 1) sorted by relevance
967 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities() local968 Rlog.v(LOG_TAG, "update remoteCallProfile=" + remoteCallProfile); in updateMediaCapabilities()969 if (remoteCallProfile != null) { in updateMediaCapabilities()970 capabilities = applyRemoteCallCapabilities(remoteCallProfile, capabilities); in updateMediaCapabilities()994 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()1208 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument1209 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()1226 && remoteCallProfile.getRestrictCause() == ImsCallProfile.CALL_RESTRICT_CAUSE_NONE; in getAudioQualityFromCallProfile()