Merge "Introduce a new event: EVENT_DATA_RAT_CHANGED which is used to indicate data rat change."

This commit is contained in:
Wink Saville
2014-05-29 04:53:52 +00:00
committed by Gerrit Code Review

View File

@@ -98,6 +98,7 @@ public class DctConstants {
public static final int CMD_IS_PROVISIONING_APN = BASE + 38;
public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39;
public static final int CMD_NET_STAT_POLL = BASE + 40;
public static final int EVENT_DATA_RAT_CHANGED = BASE + 41;
/***** Constants *****/