Searched refs:callSessionStarted (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionListenerImplBase.java47 public void callSessionStarted(IImsCallSession session, ImsCallProfile profile) { method in class:ImsCallSessionListenerImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl37 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile);
H A DImsCallSession.java113 public void callSessionStarted(ImsCallSession session, method in class:ImsCallSession.Listener
692 * @see Listener#callSessionStarted, Listener#callSessionStartFailed
714 * @see Listener#callSessionStarted, Listener#callSessionStartFailed
732 * @see Listener#callSessionStarted
1056 public void callSessionStarted(IImsCallSession session, method in class:ImsCallSession.IImsCallSessionListenerProxy
1059 mListener.callSessionStarted(ImsCallSession.this, profile);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java2262 public void callSessionStarted(ImsCallSession session, ImsCallProfile profile) { method in class:ImsCall.ImsCallSessionListenerProxy
2263 logi("callSessionStarted :: session=" + session + " profile=" + profile);
2271 logi("callSessionStarted :: on transient session=" + session);
2291 loge("callSessionStarted :: ", t);
2318 loge("callSessionStarted :: ", t);

Completed in 124 milliseconds