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