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.java792 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCallSessionListener
796 mListener.callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived()
DImsCallSession.java520 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCallSession.Listener
1746 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCallSession.IImsCallSessionListenerProxy
1750 mListener.callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3512 public void callSessionRtpHeaderExtensionsReceived( in callSessionRtpHeaderExtensionsReceived() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/core/api/
Dsystem-current.txt16485 …method public void callSessionRtpHeaderExtensionsReceived(@NonNull java.util.Set<android.telephony…