Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsStreamMediaProfile.java105 public int mRttMode; field in ImsStreamMediaProfile
168 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 …]
/frameworks/base/telecomm/java/android/telecom/
DParcelableRttCall.java34 private final int mRttMode; field in ParcelableRttCall
42 mRttMode = rttMode; in ParcelableRttCall()
48 mRttMode = in.readInt(); in ParcelableRttCall()
72 dest.writeInt(mRttMode); in writeToParcel()
78 return mRttMode; in getRttMode()
DCall.java1536 private int mRttMode; field in Call.RttCall
1549 mRttMode = mode; in RttCall()
1559 return mRttMode; in getRttAudioMode()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1239 profile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in accept()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2147 profile.mMediaProfile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in dialInternal()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50866 Landroid/telecom/Call$RttCall;->mRttMode:I
51746 Landroid/telecom/ParcelableRttCall;->mRttMode:I
53465 Landroid/telephony/ims/ImsStreamMediaProfile;->mRttMode:I