Skip to content
Snippets Groups Projects
Commit 56401a4c authored by Jack Yu's avatar Jack Yu Committed by Gerrit Code Review
Browse files

Merge "Split applyNewState into enable/disable APN"

parents 1136af99 4810387d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment