summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-08-08 17:09:26 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-08 17:09:26 -0700
commiteb2257ccc94679404cf22d876f0a98109a5dc25d (patch)
tree15149d4d78f1f1febcbfbed8ef1889c41f8eea14 /telephony
parente5c46faefb9deda885cff308ec9b1926636ca8bc (diff)
parent6f2361e7a97329feba7ac19b1a2635e315f73021 (diff)
downloadframeworks_base-eb2257ccc94679404cf22d876f0a98109a5dc25d.zip
frameworks_base-eb2257ccc94679404cf22d876f0a98109a5dc25d.tar.gz
frameworks_base-eb2257ccc94679404cf22d876f0a98109a5dc25d.tar.bz2
am 6f2361e7: Merge "Telephony: Dynamically instantiate IccCard"
* commit '6f2361e7a97329feba7ac19b1a2635e315f73021': Telephony: Dynamically instantiate IccCard
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 79872f3..10ac153 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -90,6 +90,7 @@ public class DctConstants {
public static final int CMD_SET_USER_DATA_ENABLE = BASE + 30;
public static final int CMD_SET_DEPENDENCY_MET = BASE + 31;
public static final int CMD_SET_POLICY_DATA_ENABLE = BASE + 32;
+ public static final int EVENT_ICC_CHANGED = BASE + 33;
/***** Constants *****/