Searched refs:getAcceptedRtpHeaderExtensions (Results 1 – 5 of 5) sorted by relevance
81 when(mRtpAdapter.getAcceptedRtpHeaderExtensions()).thenReturn(ALL_HEADER_EXTENSION_TYPES); in testAllHeaderExtensionsSupported()93 when(mRtpAdapter.getAcceptedRtpHeaderExtensions()).thenReturn( in testRtpHeaderExtensionsNotSupported()
89 when(mRtpAdapter.getAcceptedRtpHeaderExtensions()).thenReturn( in setUp()
42 Set<RtpHeaderExtensionType> getAcceptedRtpHeaderExtensions(); in getAcceptedRtpHeaderExtensions() method
342 mRtpAdapter.getAcceptedRtpHeaderExtensions(); in startNegotiation()
1604 public Set<RtpHeaderExtensionType> getAcceptedRtpHeaderExtensions() { in getAcceptedRtpHeaderExtensions() method in ImsPhoneConnection