summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-02-13 23:37:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-13 23:37:04 +0000
commitbbba8211f9eca938d5d482583fd6e047615b4334 (patch)
tree1a582921cdc31eaff74320bf56a091e260d13b22 /telephony/java/com
parentbba3a694b8400fd340c0400bf42ef3d79a4285b1 (diff)
parent64ce5047fd46ef2e9bce192ae1d43191cce85e08 (diff)
downloadframeworks_base-bbba8211f9eca938d5d482583fd6e047615b4334.zip
frameworks_base-bbba8211f9eca938d5d482583fd6e047615b4334.tar.gz
frameworks_base-bbba8211f9eca938d5d482583fd6e047615b4334.tar.bz2
Merge "Telephony: Handle DATA_CALL_LIST in DCC."
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/DctConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/DctConstants.java b/telephony/java/com/android/internal/telephony/DctConstants.java
index 4be11b8..59bdf64 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -97,6 +97,7 @@ public class DctConstants {
public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 37;
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;
/***** Constants *****/