Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/
DRtpReceptionStatsTest.cpp22 TEST(RtpReceptionStatsTest, TestDefaultValues) in TEST() argument
33 TEST(RtpReceptionStatsTest, TestConstructors) in TEST() argument
50 TEST(RtpReceptionStatsTest, TestOperators) in TEST() argument
69 TEST(RtpReceptionStatsTest, TestGetterSetters) in TEST() argument
87 TEST(RtpReceptionStatsTest, TestParcel) in TEST() argument
/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DAudioListenerTest.java38 import com.android.telephony.imsmedia.tests.RtpReceptionStatsTest;
244 RtpReceptionStats stats = RtpReceptionStatsTest.createRtpReceptionStats(); in testEventNotifyReceptionStats()
DAudioSessionTest.java45 import com.android.telephony.imsmedia.tests.RtpReceptionStatsTest;
363 RtpReceptionStats stats = RtpReceptionStatsTest.createRtpReceptionStats(); in testNotifyRtpReceptionStats()
DRtpReceptionStatsTest.java30 public class RtpReceptionStatsTest { class