summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android/internal/telephony/DctConstants.java
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-09-03 16:41:44 -0700
committerWink Saville <wink@google.com>2013-09-03 16:41:44 -0700
commitce1e37981caec29df2671a6e2909f00da7f24a00 (patch)
treede34a7165bd5659d6b55f5b56da16b8ae78c6f4a /telephony/java/com/android/internal/telephony/DctConstants.java
parentf85aa0fc12edccf529dbaf0340372bf3a19bc4be (diff)
downloadframeworks_base-ce1e37981caec29df2671a6e2909f00da7f24a00.zip
frameworks_base-ce1e37981caec29df2671a6e2909f00da7f24a00.tar.gz
frameworks_base-ce1e37981caec29df2671a6e2909f00da7f24a00.tar.bz2
Add provisioning apn timeout.
Bug: 10609993 Change-Id: I2dd4fe23fa2b22ef8f4849c161c630d1a85cdb4b
Diffstat (limited to 'telephony/java/com/android/internal/telephony/DctConstants.java')
-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 eb93e9c..e50cb95 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -96,6 +96,7 @@ public class DctConstants {
public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 36;
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;
/***** Constants *****/