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

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

Merge "Split applyNewState into enable/disable APN" am: 56401a4c

am: c2468ed1

Change-Id: Ic458340d04bcbc4b8a68854ebd10ed7a4cf065ce
parents 4cee2bdf c2468ed1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -66,7 +66,8 @@ public class DctConstants {
    public static final int EVENT_DATA_CONNECTION_DETACHED = BASE + 9;
    public static final int EVENT_ROAMING_ON = BASE + 11;
    public static final int EVENT_ROAMING_OFF = BASE + 12;
    public static final int EVENT_ENABLE_NEW_APN = BASE + 13;
    public static final int EVENT_ENABLE_APN = BASE + 13;
    public static final int EVENT_DISABLE_APN = BASE + 14;
    public static final int EVENT_DISCONNECT_DONE = BASE + 15;
    public static final int EVENT_DATA_CONNECTION_ATTACHED = BASE + 16;
    public static final int EVENT_DATA_STALL_ALARM = BASE + 17;