Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCallQuality.java80 private int mCodecType; field in CallQuality
104 mCodecType = in.readInt(); in CallQuality()
200 this.mCodecType = codecType; in CallQuality()
394 return mCodecType; in getCodecType()
411 + " codecType=" + mCodecType in toString()
438 mCodecType, in hashCode()
473 && mCodecType == s.mCodecType in equals()
507 dest.writeInt(mCodecType); in writeToParcel()
556 private int mCodecType; field in CallQuality.Builder
696 mCodecType = codecType; in setCodecType()
[all …]