Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsCallSessionListenerTests.java119 mTestListener.callSessionRtpHeaderExtensionsReceived(headers); in testCallSessionRtpExtensionHeadersReceived()
122 verify(mMockListener).callSessionRtpHeaderExtensionsReceived( in testCallSessionRtpExtensionHeadersReceived()
128 mTestListener.callSessionRtpHeaderExtensionsReceived(null); in testCallSessionRtpExtensionHeadersReceived()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl173 void callSessionRtpHeaderExtensionsReceived(in List<RtpHeaderExtension> extensions); in callSessionRtpHeaderExtensionsReceived() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java774 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCallSessionListener
778 mListener.callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived()
DImsCallSession.java516 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCallSession.Listener
1588 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCallSession.IImsCallSessionListenerProxy
1591 mListener.callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3463 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/core/api/
Dsystem-current.txt13011 …method public void callSessionRtpHeaderExtensionsReceived(@NonNull java.util.Set<android.telephony…