Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpReceptionStatsTest.java33 private static final int RTCPSR_TIMESTAMP = 4390; field in RtpReceptionStatsTest
42 assertThat(stats.getRtcpSrTimestamp()).isEqualTo(RTCPSR_TIMESTAMP); in testConstructorAndGetters()
74 .setRtcpSrTimestamp(RTCPSR_TIMESTAMP) in testNotEqual()
94 .setRtcpSrTimestamp(RTCPSR_TIMESTAMP) in testNotEqual()
104 .setRtcpSrTimestamp(RTCPSR_TIMESTAMP) in testNotEqual()
114 .setRtcpSrTimestamp(RTCPSR_TIMESTAMP) in testNotEqual()
130 .setRtcpSrTimestamp(RTCPSR_TIMESTAMP) in createRtpReceptionStats()