HomeSort by relevance Sort by last modified time
    Searched refs:callSessionResumed (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCallSessionListenerBase.java 72 public void callSessionResumed(IImsCallSession session, ImsCallProfile profile) {
ImsCall.java     [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl 47 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 170 public void callSessionResumed(ImsCallSession session,
756 * {@link Listener#callSessionResumed} is called.
759 * @see Listener#callSessionResumed, Listener#callSessionResumeFailed
1014 public void callSessionResumed(IImsCallSession session,
1017 mListener.callSessionResumed(ImsCallSession.this, profile);
    [all...]

Completed in 97 milliseconds