Searched defs:callSessionProgressing (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCallSessionListenerBase.java34 public void callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) { method in class:ImsCallSessionListenerBase
H A DImsCall.java2130 public void callSessionProgressing(ImsCallSession session, ImsStreamMediaProfile profile) { method in class:ImsCall.ImsCallSessionListenerProxy
2131 logi("callSessionProgressing :: session=" + session + " profile=" + profile);
2135 logi("callSessionProgressing :: not supported for transient conference session=" +
2151 loge("callSessionProgressing :: ", t);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java102 public void callSessionProgressing(ImsCallSession session, method in class:ImsCallSession.Listener
955 public void callSessionProgressing(IImsCallSession session, method in class:ImsCallSession.IImsCallSessionListenerProxy
958 mListener.callSessionProgressing(ImsCallSession.this, profile);

Completed in 14 milliseconds