Home
last modified time | relevance | path

Searched refs:callSessionInviteParticipantsRequestDelivered (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java288 public void callSessionInviteParticipantsRequestDelivered(ImsCallSession session) { in callSessionInviteParticipantsRequestDelivered() method in ImsCallSession.Listener
1145 public void callSessionInviteParticipantsRequestDelivered(IImsCallSession session) { in callSessionInviteParticipantsRequestDelivered() method in ImsCallSession.IImsCallSessionListenerProxy
1147 mListener.callSessionInviteParticipantsRequestDelivered(ImsCallSession.this); in callSessionInviteParticipantsRequestDelivered()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl82 void callSessionInviteParticipantsRequestDelivered(in IImsCallSession session); in callSessionInviteParticipantsRequestDelivered() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2569 public void callSessionInviteParticipantsRequestDelivered(ImsCallSession session) { in callSessionInviteParticipantsRequestDelivered() method in ImsCall.ImsCallSessionListenerProxy