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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 46 ImsStreamMediaProfile mMediaProfile;
56 mMediaProfile = new ImsStreamMediaProfile();
127 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE;
128 mImsCallProfile.mMediaProfile = mMediaProfile;
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallProfile.java 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;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 88 milliseconds