diff options
author | Yashdev Singh <yashdevs@codeaurora.org> | 2013-10-04 17:24:57 -0700 |
---|---|---|
committer | Yashdev Singh <yashdevs@codeaurora.org> | 2014-01-15 13:01:52 -0800 |
commit | 64ce5047fd46ef2e9bce192ae1d43191cce85e08 (patch) | |
tree | 5a3cc8b839de29a6d1511968836433e49ea0f557 /telephony/java/com | |
parent | f6730d26841377de0f7ee60fa78c6ef2f8be1f2e (diff) | |
download | frameworks_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.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 *****/ |