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

  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 37 public class ImsCallSession {
38 private static final String TAG = "ImsCallSession";
102 public void callSessionProgressing(ImsCallSession session,
112 public void callSessionStarted(ImsCallSession session,
123 public void callSessionStartFailed(ImsCallSession session,
133 public void callSessionTerminated(ImsCallSession session,
142 public void callSessionHeld(ImsCallSession session,
152 public void callSessionHoldFailed(ImsCallSession session,
161 public void callSessionHoldReceived(ImsCallSession session,
170 public void callSessionResumed(ImsCallSession session
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 40 import com.android.ims.internal.ImsCallSession;
81 * <p>Many of these events are also received by {@link ImsCallSession.Listener}.</p>
481 private ImsCallSession mSession = null;
494 // The temporary ImsCallSession that could represent the merged call once
496 private ImsCallSession mTransientConferenceSession = null;
498 // made on the original ImsCallSession until we have closure on the merge request
639 public static boolean isSessionAlive(ImsCallSession session) {
745 * Gets the state of the {@link ImsCallSession} that carries this call.
746 * The value returned must be one of the states in {@link ImsCallSession#State}.
753 return ImsCallSession.State.IDLE
    [all...]
ImsManager.java 43 import com.android.ims.internal.ImsCallSession;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java 28 import com.android.ims.internal.ImsCallSession;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 33 import com.android.ims.internal.ImsCallSession;
72 private ImsCallSession mImsCallSession;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 25 import com.android.ims.internal.ImsCallSession;
66 private ImsCallSession mImsCallSession;
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 406 milliseconds