Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsStreamMediaProfile.java102 public int mVideoDirection; field in ImsStreamMediaProfile
167 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
177 mVideoDirection = DIRECTION_INVALID; in ImsStreamMediaProfile()
187 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
200 mVideoDirection = profile.mVideoDirection; in copyFrom()
211 + ", videoDirection=" + mVideoDirection in toString()
227 out.writeInt(mVideoDirection); in writeToParcel()
237 mVideoDirection = in.readInt(); in readFromParcel()
308 return mVideoDirection; in getVideoDirection()
H A DImsCallProfile.java1045 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()