summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-08-24 07:30:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-24 07:30:15 -0700
commit78e73224cad050bb78061dac6123da79fc303dcf (patch)
treec1f8f2ee9f44a1922ea7e36dd4d8e11f20da03cc /telephony
parentd820c38d21c4c6f931785945a36cc82269f63694 (diff)
parent4e9c7e3f60cee01b5bf376d53938b07c97f35a9e (diff)
downloadframeworks_base-78e73224cad050bb78061dac6123da79fc303dcf.zip
frameworks_base-78e73224cad050bb78061dac6123da79fc303dcf.tar.gz
frameworks_base-78e73224cad050bb78061dac6123da79fc303dcf.tar.bz2
am 4e9c7e3f: am 5a60f058: am 13ab2c9f: Merge "Telephony: Add ICC_UNKNOWN intent"
* commit '4e9c7e3f60cee01b5bf376d53938b07c97f35a9e': Telephony: Add ICC_UNKNOWN intent
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/IccCardConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/IccCardConstants.java b/telephony/java/com/android/internal/telephony/IccCardConstants.java
index 20439bc..4d1eb3f 100644
--- a/telephony/java/com/android/internal/telephony/IccCardConstants.java
+++ b/telephony/java/com/android/internal/telephony/IccCardConstants.java
@@ -22,6 +22,8 @@ public class IccCardConstants {
/* The extra data for broacasting intent INTENT_ICC_STATE_CHANGE */
public static final String INTENT_KEY_ICC_STATE = "ss";
+ /* UNKNOWN means the ICC state is unknown */
+ public static final String INTENT_VALUE_ICC_UNKNOWN = "UNKNOWN";
/* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
public static final String INTENT_VALUE_ICC_NOT_READY = "NOT_READY";
/* ABSENT means ICC is missing */