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

Commit 1f30e7e5 authored by Jack Yu's avatar Jack Yu
Browse files

Supported data handover in DcTracker/DataConnection/ApnContext

Added data handover support in DcTracker/DataConnection/ApnContext.

Test: Telephony sanity tests + unit tests
Bug: 73659459

Change-Id: Ieb9e0b147680958ef0f24b67bc808f33e5ada882
parent 643e1c2d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -199,6 +199,13 @@ public final class DataFailCause {
    /** @hide */
    public static final int RESET_BY_FRAMEWORK = 0x10005;

    /**
     * Data handover failed.
     *
     * @hide
     */
    public static final int HANDOVER_FAILED = 0x10006;

    /** @hide */
    @IntDef(value = {
            NONE,