Searched refs:parcelParams (Results 1 – 2 of 2) sorted by relevance
56 RtpReceptionStats parcelParams = RtpReceptionStats.CREATOR.createFromParcel(parcel); in testParcel() local57 assertThat(stats).isEqualTo(parcelParams); in testParcel()
57 RtpContextParams parcelParams = RtpContextParams.CREATOR.createFromParcel(parcel); in testParcel() local58 assertThat(rtpContextParams).isEqualTo(parcelParams); in testParcel()