Home
last modified time | relevance | path

Searched refs:callSessionStarted (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java111 public void callSessionStarted(ImsCallSession session, in callSessionStarted() method in ImsCallSession.Listener
953 public void callSessionStarted(IImsCallSession session, in callSessionStarted() method in ImsCallSession.IImsCallSessionListenerProxy
956 mListener.callSessionStarted(ImsCallSession.this, profile); in callSessionStarted()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl36 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2039 public void callSessionStarted(ImsCallSession session, ImsCallProfile profile) { in callSessionStarted() method in ImsCall.ImsCallSessionListenerProxy