Searched refs:remoteCallProfile (Results 1 – 1 of 1) sorted by relevance
1052 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities() local1053 Rlog.v(LOG_TAG, "update remoteCallProfile=" + remoteCallProfile); in updateMediaCapabilities()1054 if (remoteCallProfile != null) { in updateMediaCapabilities()1055 capabilities = applyRemoteCallCapabilities(remoteCallProfile, capabilities); in updateMediaCapabilities()1080 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()1309 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument1310 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()1327 && remoteCallProfile.getRestrictCause() == ImsCallProfile.CALL_RESTRICT_CAUSE_NONE; in getAudioQualityFromCallProfile()