diff options
author | Wink Saville <wink@google.com> | 2012-08-08 17:44:24 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-08 17:44:24 -0700 |
commit | f08755705f1758452d3473677039406a8d138f2e (patch) | |
tree | cb58534392e62f4f1cf201801a213fcd107ebc51 /telephony | |
parent | 5a28605155e51cdbd58737a8b7c47b337c5539bb (diff) | |
parent | eb2257ccc94679404cf22d876f0a98109a5dc25d (diff) | |
download | frameworks_base-f08755705f1758452d3473677039406a8d138f2e.zip frameworks_base-f08755705f1758452d3473677039406a8d138f2e.tar.gz frameworks_base-f08755705f1758452d3473677039406a8d138f2e.tar.bz2 |
am eb2257cc: am 6f2361e7: Merge "Telephony: Dynamically instantiate IccCard"
* commit 'eb2257ccc94679404cf22d876f0a98109a5dc25d':
Telephony: Dynamically instantiate IccCard
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/DctConstants.java | 1 |
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 *****/ |