Searched refs:mRttMode (Results 1 – 4 of 4) sorted by relevance
95 public int mRttMode; field in ImsStreamMediaProfile155 mRttMode = rttMode; in ImsStreamMediaProfile()164 mRttMode = RTT_MODE_DISABLED; in ImsStreamMediaProfile()178 mRttMode = rttMode; in ImsStreamMediaProfile()186 mRttMode = profile.mRttMode; in copyFrom()195 ", rttMode=" + mRttMode + " }"; in toString()209 out.writeInt(mRttMode); in writeToParcel()217 mRttMode = in.readInt(); in readFromParcel()238 return (mRttMode == RTT_MODE_FULL); in isRttCall()245 mRttMode = rttMode; in setRttMode()[all …]
34 private final int mRttMode; field in ParcelableRttCall42 mRttMode = rttMode; in ParcelableRttCall()48 mRttMode = in.readInt(); in ParcelableRttCall()72 dest.writeInt(mRttMode); in writeToParcel()78 return mRttMode; in getRttMode()
1151 private int mRttMode; field in Call.RttCall1164 mRttMode = mode; in RttCall()1174 return mRttMode; in getRttAudioMode()
1183 profile.mMediaProfile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in dialInternal()