HomeSort by relevance Sort by last modified time
    Searched refs:mMediaProfile (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 168 public ImsStreamMediaProfile mMediaProfile;
180 mMediaProfile = new ImsStreamMediaProfile();
187 mMediaProfile = new ImsStreamMediaProfile();
258 ", mediaProfile=" + mMediaProfile.toString() + " }";
271 out.writeParcelable(mMediaProfile, 0);
278 mMediaProfile = in.readParcelable(null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 233 || (imsCall.getCallProfile().mMediaProfile == null)) {
237 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile;
ImsPhoneConnection.java 138 ImsStreamMediaProfile mediaProfile = imsCallProfile.mMediaProfile;
654 ImsStreamMediaProfile mediaProfile = callProfile.mMediaProfile;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]

Completed in 51 milliseconds