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

Commit 2aa0d126 authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

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

parents 58604f00 1f30e7e5
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,