Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java309 public void callSessionRemoveParticipantsRequestDelivered(ImsCallSession session) { in callSessionRemoveParticipantsRequestDelivered() method in ImsCallSession.Listener
1161 public void callSessionRemoveParticipantsRequestDelivered(IImsCallSession session) { in callSessionRemoveParticipantsRequestDelivered() method in ImsCallSession.IImsCallSessionListenerProxy
1163 mListener.callSessionRemoveParticipantsRequestDelivered(ImsCallSession.this); in callSessionRemoveParticipantsRequestDelivered()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl85 void callSessionRemoveParticipantsRequestDelivered(in IImsCallSession session); in callSessionRemoveParticipantsRequestDelivered() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2620 public void callSessionRemoveParticipantsRequestDelivered(ImsCallSession session) { in callSessionRemoveParticipantsRequestDelivered() method in ImsCall.ImsCallSessionListenerProxy