Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java556 public void callSessionSuppServiceReceived(ImsSuppServiceNotification suppSrvNotification) in callSessionSuppServiceReceived() method in ImsCallSessionListener
559 mListener.callSessionSuppServiceReceived(suppSrvNotification); in callSessionSuppServiceReceived()
DImsCallSession.java422 public void callSessionSuppServiceReceived(ImsCallSession session, in callSessionSuppServiceReceived() method in ImsCallSession.Listener
1380 public void callSessionSuppServiceReceived(ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived() method in ImsCallSession.IImsCallSessionListenerProxy
1382 mListener.callSessionSuppServiceReceived(ImsCallSession.this, suppServiceInfo); in callSessionSuppServiceReceived()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl122 void callSessionSuppServiceReceived(in ImsSuppServiceNotification suppSrvNotification); in callSessionSuppServiceReceived() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java573 public void callSessionSuppServiceReceived(IImsCallSession i, in callSessionSuppServiceReceived() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
575 mNewListener.callSessionSuppServiceReceived(imsSuppServiceNotification); in callSessionSuppServiceReceived()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl156 void callSessionSuppServiceReceived(in IImsCallSession session, in callSessionSuppServiceReceived() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3123 public void callSessionSuppServiceReceived(ImsCallSession session, in callSessionSuppServiceReceived() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/api/
Dsystem-current.txt8531 …method public void callSessionSuppServiceReceived(android.telephony.ims.ImsSuppServiceNotification…