Home
last modified time | relevance | path

Searched defs:callSessionUpdated (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl67 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated() method
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl78 void callSessionUpdated(in IImsCallSession session, in callSessionUpdated() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java329 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() method in ImsCallSessionListener
DImsCallSession.java258 public void callSessionUpdated(ImsCallSession session, in callSessionUpdated() method in ImsCallSession.Listener
1434 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() method in ImsCallSession.IImsCallSessionListenerProxy
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java529 public void callSessionUpdated(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionUpdated() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2929 public void callSessionUpdated(ImsCallSession session, ImsCallProfile profile) { in callSessionUpdated() method in ImsCall.ImsCallSessionListenerProxy