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

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl 43 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 137 public void callSessionHeld(ImsCallSession session,
648 * Puts a call on hold. When it succeeds, {@link Listener#callSessionHeld} is called.
651 * @see Listener#callSessionHeld, Listener#callSessionHoldFailed
851 public void callSessionHeld(IImsCallSession session,
854 mListener.callSessionHeld(ImsCallSession.this, profile);
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]

Completed in 2877 milliseconds