summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-02-14 02:03:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-14 02:03:44 +0000
commitc1e0f9be09750055914f873e690d334821739909 (patch)
treed577c2576b4e7b5c75536f8cbb5a5e097570274b /telephony/java/com
parent23160f4fb911811759643bd3ef42e7b96abc1265 (diff)
parentdf10f02a1428e12acda695360a5e760c8e806ea2 (diff)
downloadframeworks_base-c1e0f9be09750055914f873e690d334821739909.zip
frameworks_base-c1e0f9be09750055914f873e690d334821739909.tar.gz
frameworks_base-c1e0f9be09750055914f873e690d334821739909.tar.bz2
am df10f02a: am e574f7de: am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."
* commit 'df10f02a1428e12acda695360a5e760c8e806ea2': 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 *****/