Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java193 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() method in ImsCallSessionListener
196 mListener.callSessionMergeStarted(newSession != null ? in callSessionMergeStarted()
209 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() method in ImsCallSessionListener
212 mListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted()
DImsCallSession.java203 public void callSessionMergeStarted(ImsCallSession session, in callSessionMergeStarted() method in ImsCallSession.Listener
1161 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() method in ImsCallSession.IImsCallSessionListenerProxy
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl55 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java451 public void callSessionMergeStarted(IImsCallSession i, IImsCallSession newSession, in callSessionMergeStarted() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
454 mNewListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl66 void callSessionMergeStarted(in IImsCallSession session, in callSessionMergeStarted() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2635 public void callSessionMergeStarted(ImsCallSession session, in callSessionMergeStarted() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/api/
Dsystem-current.txt8519 …method public void callSessionMergeStarted(android.telephony.ims.stub.ImsCallSessionImplBase, andr…