diff options
author | Wink Saville <wink@google.com> | 2014-02-13 18:06:39 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-13 18:06:39 -0800 |
commit | c19a10b1b29130499480949d509f9edf077bb1b8 (patch) | |
tree | 10dc1a2f52816a8ade1ef16cf5b487bd68683892 /telephony | |
parent | e192e344fa75247e4e9cb8c60a0e0269a188a222 (diff) | |
parent | c1e0f9be09750055914f873e690d334821739909 (diff) | |
download | frameworks_base-c19a10b1b29130499480949d509f9edf077bb1b8.zip frameworks_base-c19a10b1b29130499480949d509f9edf077bb1b8.tar.gz frameworks_base-c19a10b1b29130499480949d509f9edf077bb1b8.tar.bz2 |
am c1e0f9be: am df10f02a: am e574f7de: am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."
* commit 'c1e0f9be09750055914f873e690d334821739909':
Telephony: Handle DATA_CALL_LIST in DCC.
Diffstat (limited to 'telephony')
-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 *****/ |