Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java602 public ImsStreamMediaProfile mMediaProfile; field in ImsCallProfile
617 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile()
643 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile()
672 mMediaProfile = mediaProfile; in ImsCallProfile()
780 mMediaProfile = profile.mMediaProfile; in updateMediaProfile()
812 + ", mediaProfile=" + (mMediaProfile != null ? mMediaProfile.toString() : "null") in toString()
835 out.writeParcelable(mMediaProfile, 0); in writeToParcel()
850mMediaProfile = in.readParcelable(ImsStreamMediaProfile.class.getClassLoader(), android.telephony.… in readFromParcel()
915 return mMediaProfile; in getMediaProfile()
1045 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()