Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpContextParamsTest.java42 RtpContextParams rtpContextParams = createRtpContextParams(); in testConstructorAndGetters()
51 RtpContextParams rtpContextParams = createRtpContextParams(); in testParcel()
63 RtpContextParams rtpContextParams1 = createRtpContextParams(); in testEqual()
64 RtpContextParams rtpContextParams2 = createRtpContextParams(); in testEqual()
71 RtpContextParams rtpContextParams1 = createRtpContextParams(); in testNotEqual()
158 static RtpContextParams createRtpContextParams() { in createRtpContextParams() method in RtpContextParamsTest