Searched refs:mRttMode (Results 1 – 6 of 6) sorted by relevance
105 public int mRttMode; field in ImsStreamMediaProfile168 mRttMode = rttMode; in ImsStreamMediaProfile()178 mRttMode = RTT_MODE_DISABLED; in ImsStreamMediaProfile()192 mRttMode = rttMode; in ImsStreamMediaProfile()201 mRttMode = profile.mRttMode; in copyFrom()212 + ", rttMode=" + mRttMode in toString()228 out.writeInt(mRttMode); in writeToParcel()238 mRttMode = in.readInt(); in readFromParcel()260 return (mRttMode == RTT_MODE_FULL); in isRttCall()267 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()
1536 private int mRttMode; field in Call.RttCall1549 mRttMode = mode; in RttCall()1559 return mRttMode; in getRttAudioMode()
1239 profile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in accept()
2147 profile.mMediaProfile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in dialInternal()
50866 Landroid/telecom/Call$RttCall;->mRttMode:I51746 Landroid/telecom/ParcelableRttCall;->mRttMode:I53465 Landroid/telephony/ims/ImsStreamMediaProfile;->mRttMode:I