Home
last modified time | relevance | path

Searched refs:callSessionUpdated (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java267 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() method in ImsCallSessionListener
269 mListener.callSessionUpdated(profile); in callSessionUpdated()
DImsCallSession.java230 public void callSessionUpdated(ImsCallSession session, in callSessionUpdated() method in ImsCallSession.Listener
1211 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() method in ImsCallSession.IImsCallSessionListenerProxy
1213 mListener.callSessionUpdated(ImsCallSession.this, profile); in callSessionUpdated()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl62 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java470 public void callSessionUpdated(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionUpdated() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
472 mNewListener.callSessionUpdated(imsCallProfile); in callSessionUpdated()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl78 void callSessionUpdated(in IImsCallSession session, in callSessionUpdated() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java430 imsCall.getImsCallSessionListenerProxy().callSessionUpdated(imsCall.getSession(), in testImsECall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2717 public void callSessionUpdated(ImsCallSession session, ImsCallProfile profile) { in callSessionUpdated() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/api/
Dsystem-current.txt8536 method public void callSessionUpdated(android.telephony.ims.ImsCallProfile);