summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorPaul Jensen <pauljensen@google.com>2014-10-14 21:06:14 -0400
committerxinhe <xinhe@google.com>2014-10-21 16:06:35 -0700
commit1de55d3cc83c1e17e084ba694df1cd0e36ca84bc (patch)
tree6178fcfc070678817e2453885287190aa189d71b /telephony
parent578fbe898f1652b3166bd4e20647572dec9dfb14 (diff)
downloadframeworks_base-1de55d3cc83c1e17e084ba694df1cd0e36ca84bc.zip
frameworks_base-1de55d3cc83c1e17e084ba694df1cd0e36ca84bc.tar.gz
frameworks_base-1de55d3cc83c1e17e084ba694df1cd0e36ca84bc.tar.bz2
Show ProgressDialog when waiting for radio to turn on when provisioning.
Turning on the cellular radio when user selects the provisioning notification can take 30-60s so a UI is needed to keep the user informed that the radio is coming up. This is only for provisioning APN support (only AT&T tablets now). bug:15990642 Change-Id: Ibea894ee934bae2045c0462ae79bfa39d0ef3f05
Diffstat (limited to 'telephony')
-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 7eef89a..7185c46 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -99,6 +99,7 @@ public class DctConstants {
public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39;
public static final int CMD_NET_STAT_POLL = BASE + 40;
public static final int EVENT_DATA_RAT_CHANGED = BASE + 41;
+ public static final int CMD_CLEAR_PROVISIONING_SPINNER = BASE + 42;
/***** Constants *****/