Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1098 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities() local
1099 Rlog.v(LOG_TAG, "update localCallProfile=" + localCallProfile); in updateMediaCapabilities()
1100 if (localCallProfile != null) { in updateMediaCapabilities()
1101 capabilities = applyLocalCallCapabilities(localCallProfile, capabilities); in updateMediaCapabilities()
1127 if (localCallProfile != null in updateMediaCapabilities()
1128 && localCallProfile.mMediaProfile.mAudioQuality != mAudioCodec) { in updateMediaCapabilities()
1129 mAudioCodec = localCallProfile.mMediaProfile.mAudioQuality; in updateMediaCapabilities()
1136 if (localCallProfile != null in updateMediaCapabilities()
1137 && localCallProfile.mMediaProfile.getAudioCodecAttributes() != null) { in updateMediaCapabilities()
1139 localCallProfile.mMediaProfile.getAudioCodecAttributes(); in updateMediaCapabilities()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2867 ImsCallProfile localCallProfile = session.getLocalCallProfile(); in writeAudioCodecIms() local
2868 if (localCallProfile != null) { in writeAudioCodecIms()
2869 int codec = convertImsCodec(localCallProfile.mMediaProfile.mAudioQuality); in writeAudioCodecIms()