Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtcpConfigTest.java70 RtcpConfig rtcp1 = new RtcpConfig.Builder() in testEqual() local
84 assertThat(rtcp1).isEqualTo(rtcp2); in testEqual()
89 RtcpConfig rtcp1 = new RtcpConfig.Builder() in testNotEqual() local
103 assertThat(rtcp1).isNotEqualTo(rtcp2); in testNotEqual()
112 assertThat(rtcp1).isNotEqualTo(rtcp3); in testNotEqual()
121 assertThat(rtcp1).isNotEqualTo(rtcp4); in testNotEqual()
130 assertThat(rtcp1).isNotEqualTo(rtcp5); in testNotEqual()