Home
last modified time | relevance | path

Searched refs:callSessionRttAudioIndicatorChanged (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl153 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java660 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
662 mNewListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java729 public void callSessionRttAudioIndicatorChanged(@NonNull ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSessionListener
731 mListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
DImsCallSession.java479 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSession.Listener
1690 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSession.IImsCallSessionListenerProxy
1693 mListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl184 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3427 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/core/api/
Dsystem-current.txt16486 …method public void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMed…