Home | History | Annotate | Download | only in ims

Lines Matching defs:mMediaProfile

292     public ImsStreamMediaProfile mMediaProfile;
307 mMediaProfile = new ImsStreamMediaProfile();
333 mMediaProfile = new ImsStreamMediaProfile();
362 mMediaProfile = mediaProfile;
434 mMediaProfile = profile.mMediaProfile;
443 ", mediaProfile=" + mMediaProfile.toString() + " }";
457 out.writeParcelable(mMediaProfile, 0);
464 mMediaProfile = in.readParcelable(ImsStreamMediaProfile.class.getClassLoader());
496 return mMediaProfile;
621 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE;