Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f141183a authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Define handover event sent when source disconnects prior to handover." into oc-dr1-dev

am: 06c32f21

Change-Id: If1dd5aeaf3c53bad126a56670e74676147ac4859
parents a4651816 06c32f21
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -189,6 +189,19 @@ public final class Call {
     */
     */
    public static final String EVENT_HANDOVER_COMPLETE =
    public static final String EVENT_HANDOVER_COMPLETE =
            "android.telecom.event.HANDOVER_COMPLETE";
            "android.telecom.event.HANDOVER_COMPLETE";

    /**
     * Call event sent from Telecom to the handover destination {@link ConnectionService} via
     * {@link Connection#onCallEvent(String, Bundle)} to inform the handover destination that the
     * source connection has disconnected.  The {@link Bundle} parameter for the call event will be
     * {@code null}.
     * <p>
     * A handover is initiated with the {@link #EVENT_REQUEST_HANDOVER} call event.
     * @hide
     */
    public static final String EVENT_HANDOVER_SOURCE_DISCONNECTED =
            "android.telecom.event.HANDOVER_SOURCE_DISCONNECTED";

    /**
    /**
     * Call event sent from Telecom to the handover {@link ConnectionService} via
     * Call event sent from Telecom to the handover {@link ConnectionService} via
     * {@link Connection#onCallEvent(String, Bundle)} to inform a {@link Connection} that a handover
     * {@link Connection#onCallEvent(String, Bundle)} to inform a {@link Connection} that a handover