Merge "Split applyNewState into enable/disable APN"

am: 56401a4c74

Change-Id: I4f5002b1b6849fe4fdb54a98007f718841901063
This commit is contained in:
Jack Yu
2019-01-18 01:28:14 -08:00
committed by android-build-merger

View File

@@ -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;