Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/d2d/
H A DRtpTransportTest.java81 when(mRtpAdapter.getAcceptedRtpHeaderExtensions()).thenReturn(ALL_HEADER_EXTENSION_TYPES); in testAllHeaderExtensionsSupported()
93 when(mRtpAdapter.getAcceptedRtpHeaderExtensions()).thenReturn( in testRtpHeaderExtensionsNotSupported()
H A DRtpTransportConversionTest.java89 when(mRtpAdapter.getAcceptedRtpHeaderExtensions()).thenReturn( in setUp()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
H A DRtpAdapter.java42 Set<RtpHeaderExtensionType> getAcceptedRtpHeaderExtensions(); in getAcceptedRtpHeaderExtensions() method
H A DRtpTransport.java342 mRtpAdapter.getAcceptedRtpHeaderExtensions(); in startNegotiation()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java1604 public Set<RtpHeaderExtensionType> getAcceptedRtpHeaderExtensions() { in getAcceptedRtpHeaderExtensions() method in ImsPhoneConnection
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java3433 public Set<RtpHeaderExtensionType> getAcceptedRtpHeaderExtensions() { in maybeConfigureDeviceToDeviceCommunication()
3436 return originalConnection.getAcceptedRtpHeaderExtensions(); in maybeConfigureDeviceToDeviceCommunication()