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

  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallSessionListener.java 102 * If the IMS call session is resumed, call {@link #callSessionResumed(ImsCallProfile)}.
147 public void callSessionResumed(ImsCallProfile profile) {
149 mListener.callSessionResumed(profile);
ImsCallSession.java 176 public void callSessionResumed(ImsCallSession session,
824 * {@link Listener#callSessionResumed} is called.
827 * @see Listener#callSessionResumed, Listener#callSessionResumeFailed
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/compat/stub/
ImsCallSessionImplBase.java 228 * {@link ImsCallSession.Listener#callSessionResumed} is called.
231 * @see {@link ImsCallSession.Listener#callSessionResumed},
433 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile)
435 mNewListener.callSessionResumed(imsCallProfile);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 637 milliseconds