diff options
author | Wink Saville <wink@google.com> | 2014-02-13 23:37:03 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-02-13 23:37:04 +0000 |
commit | bbba8211f9eca938d5d482583fd6e047615b4334 (patch) | |
tree | 1a582921cdc31eaff74320bf56a091e260d13b22 /telephony/java/com | |
parent | bba3a694b8400fd340c0400bf42ef3d79a4285b1 (diff) | |
parent | 64ce5047fd46ef2e9bce192ae1d43191cce85e08 (diff) | |
download | frameworks_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.java | 1 |
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 *****/ |