summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-06-29 21:10:57 -0700
committerWink Saville <wink@google.com>2013-06-29 21:10:57 -0700
commitab9321d13de29cf314e8a1774b592d1f1d7e94d8 (patch)
tree3ddf662a65410572a2d0634252212a383e7f840f /telephony/java/com
parent99e4a0f576bad57782b31f1b3329a3d2408f42ae (diff)
downloadframeworks_base-ab9321d13de29cf314e8a1774b592d1f1d7e94d8.zip
frameworks_base-ab9321d13de29cf314e8a1774b592d1f1d7e94d8.tar.gz
frameworks_base-ab9321d13de29cf314e8a1774b592d1f1d7e94d8.tar.bz2
Add checkMobileProvisioning to ConnectivityService.
Bug: 9279964 Change-Id: I42c326a21e05aa301e9d974ed9ac1d59472780ec
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 9d556c0..4d8342c 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -93,6 +93,7 @@ public class DctConstants {
public static final int EVENT_ICC_CHANGED = BASE + 33;
public static final int EVENT_DISCONNECT_DC_RETRYING = BASE + 34;
public static final int EVENT_DATA_SETUP_COMPLETE_ERROR = BASE + 35;
+ public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 36;
/***** Constants *****/