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.java645 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
647 mNewListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java711 public void callSessionRttAudioIndicatorChanged(@NonNull ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSessionListener
713 mListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
DImsCallSession.java475 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSession.Listener
1542 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSession.IImsCallSessionListenerProxy
1544 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.java3378 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/core/api/
Dsystem-current.txt13012 …method public void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMed…