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

Commit e055bfa0 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Supported data handover in DcTracker/DataConnection/ApnContext"

am: 56e1062c

Change-Id: I46d4f4855ddb99af80a87de03116cb6aa0826a67
parents b1022350 56e1062c
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -961,6 +961,13 @@ public final class DataFailCause {
    /** @hide */
    /** @hide */
    public static final int RESET_BY_FRAMEWORK = 0x10005;
    public static final int RESET_BY_FRAMEWORK = 0x10005;


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

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