Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java660 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
662 mNewListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl153 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged() method
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java729 public void callSessionRttAudioIndicatorChanged(@NonNull ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSessionListener
731 mListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
H A DImsCallSession.java478 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSession.Listener
1684 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() method in ImsCallSession.IImsCallSessionListenerProxy
1687 mListener.callSessionRttAudioIndicatorChanged(profile); in callSessionRttAudioIndicatorChanged()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl184 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged() method
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt15914 …method public void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMed…