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

Change-Id: Ibe9e68295661f2f2ffaca3057d696df6a1db3f0c
This commit is contained in:
Zhang Wei-e7976c
2014-01-31 15:18:42 -08:00
committed by Wink Saville
parent 197565e0e8
commit fb61bfa447

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 *****/