summaryrefslogtreecommitdiffstats
path: root/telephony/java
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-09-04 18:17:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-04 18:17:15 -0700
commite4bcd1b71408216cc5cdaf8d74001da611828f00 (patch)
tree203c6aef19b8b1f543b180fcbc6d1cae847f5071 /telephony/java
parent228b35109a6b8d75f1963178f3eff262a06db411 (diff)
parent323af8b49df3535977b5aa7f5b31c429d8a50f10 (diff)
downloadframeworks_base-e4bcd1b71408216cc5cdaf8d74001da611828f00.zip
frameworks_base-e4bcd1b71408216cc5cdaf8d74001da611828f00.tar.gz
frameworks_base-e4bcd1b71408216cc5cdaf8d74001da611828f00.tar.bz2
am 323af8b4: am aa5b0f8b: am ce1e3798: Add provisioning apn timeout.
* commit '323af8b49df3535977b5aa7f5b31c429d8a50f10': Add provisioning apn timeout.
Diffstat (limited to 'telephony/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 c661b00..4be11b8 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 *****/