Searched refs:mRttMode (Results 1 – 6 of 6) sorted by relevance
102 public int mRttMode; field in ImsStreamMediaProfile165 mRttMode = rttMode; in ImsStreamMediaProfile()175 mRttMode = RTT_MODE_DISABLED; in ImsStreamMediaProfile()189 mRttMode = rttMode; in ImsStreamMediaProfile()197 mRttMode = profile.mRttMode; in copyFrom()207 ", rttMode=" + mRttMode + in toString()222 out.writeInt(mRttMode); in writeToParcel()231 mRttMode = in.readInt(); in readFromParcel()253 return (mRttMode == RTT_MODE_FULL); in isRttCall()260 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()
1406 private int mRttMode; field in Call.RttCall1419 mRttMode = mode; in RttCall()1429 return mRttMode; in getRttAudioMode()
1179 profile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in accept()
1479 profile.mMediaProfile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in dialInternal()
65532 Landroid/telecom/Call$RttCall;->mRttMode:I66412 Landroid/telecom/ParcelableRttCall;->mRttMode:I68131 Landroid/telephony/ims/ImsStreamMediaProfile;->mRttMode:I