Home
last modified time | relevance | path

Searched defs:callSessionMergeStarted (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java249 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() method in ImsCallSessionListener
268 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() method in ImsCallSessionListener
H A DImsCallSession.java230 public void callSessionMergeStarted(ImsCallSession session, in callSessionMergeStarted() method in ImsCallSession.Listener
1384 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() method in ImsCallSession.IImsCallSessionListenerProxy
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl60 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() method
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl66 void callSessionMergeStarted(in IImsCallSession session, in callSessionMergeStarted() method
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java510 public void callSessionMergeStarted(IImsCallSession i, IImsCallSession newSession, in callSessionMergeStarted() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter