Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsStreamMediaProfile.java95 private AudioCodecAttributes mAudioCodecAttributes; field in ImsStreamMediaProfile
198 mAudioCodecAttributes = profile.mAudioCodecAttributes; in copyFrom()
209 + ", audioCodecAttribute=" + mAudioCodecAttributes in toString()
225 out.writeTypedObject(mAudioCodecAttributes, flags); in writeToParcel()
235 mAudioCodecAttributes = in.readTypedObject(AudioCodecAttributes.CREATOR); in readFromParcel()
292 return mAudioCodecAttributes; in getAudioCodecAttributes()
300 mAudioCodecAttributes = audioCodecAttributes; in setAudioCodecAttributes()