Searched refs:callSessionMergeStarted (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 193 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()
|
D | ImsCallSession.java | 203 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/ |
D | IImsCallSessionListener.aidl | 55 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() method
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 451 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/ |
D | IImsCallSessionListener.aidl | 66 void callSessionMergeStarted(in IImsCallSession session, in callSessionMergeStarted() method
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 2635 public void callSessionMergeStarted(ImsCallSession session, in callSessionMergeStarted() method in ImsCall.ImsCallSessionListenerProxy
|
/frameworks/base/api/ |
D | system-current.txt | 8519 …method public void callSessionMergeStarted(android.telephony.ims.stub.ImsCallSessionImplBase, andr…
|