Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpReceptionStatsTest.java56 RtpReceptionStats parcelParams = RtpReceptionStats.CREATOR.createFromParcel(parcel); in testParcel() local
57 assertThat(stats).isEqualTo(parcelParams); in testParcel()
DRtpContextParamsTest.java57 RtpContextParams parcelParams = RtpContextParams.CREATOR.createFromParcel(parcel); in testParcel() local
58 assertThat(rtpContextParams).isEqualTo(parcelParams); in testParcel()