summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorYashdev Singh <yashdevs@codeaurora.org>2013-10-04 17:24:57 -0700
committerYashdev Singh <yashdevs@codeaurora.org>2014-01-15 13:01:52 -0800
commit64ce5047fd46ef2e9bce192ae1d43191cce85e08 (patch)
tree5a3cc8b839de29a6d1511968836433e49ea0f557 /telephony/java/com
parentf6730d26841377de0f7ee60fa78c6ef2f8be1f2e (diff)
downloadframeworks_base-64ce5047fd46ef2e9bce192ae1d43191cce85e08.zip
frameworks_base-64ce5047fd46ef2e9bce192ae1d43191cce85e08.tar.gz
frameworks_base-64ce5047fd46ef2e9bce192ae1d43191cce85e08.tar.bz2
Telephony: Handle DATA_CALL_LIST in DCC.
- Added async handling of NetStatPoll. Bug: 11596853 Change-Id: Iffb7bf369062264dd773338c732bc69318d90b73
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 *****/