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

  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCallSessionListenerBase.java 34 public void callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) {
ImsCall.java     [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl 36 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 102 public void callSessionProgressing(ImsCallSession session,
955 public void callSessionProgressing(IImsCallSession session,
958 mListener.callSessionProgressing(ImsCallSession.this, profile);
    [all...]

Completed in 137 milliseconds