diff options
author | Wink Saville <wink@google.com> | 2011-05-20 23:31:29 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2011-05-20 23:31:29 -0700 |
commit | 16e8d22b206fb0c8b8b5a243ea13e08597f60ebc (patch) | |
tree | cd9a551759388c66d6e13083b50a6def3ae5fd0d /telephony | |
parent | 5f353de96beca0a400796887e737314a62e35b6a (diff) | |
download | frameworks_base-16e8d22b206fb0c8b8b5a243ea13e08597f60ebc.zip frameworks_base-16e8d22b206fb0c8b8b5a243ea13e08597f60ebc.tar.gz frameworks_base-16e8d22b206fb0c8b8b5a243ea13e08597f60ebc.tar.bz2 |
Fix build.
A merge accidentally included a line that was deleted.
Change-Id: I991488ace290e5eb8eef3ca73f49c07d391028f5
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/IccCard.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/telephony/java/com/android/internal/telephony/IccCard.java b/telephony/java/com/android/internal/telephony/IccCard.java index aedcc89..a516b49 100644 --- a/telephony/java/com/android/internal/telephony/IccCard.java +++ b/telephony/java/com/android/internal/telephony/IccCard.java @@ -100,10 +100,6 @@ public abstract class IccCard { private static final int EVENT_CARD_REMOVED = 13; private static final int EVENT_CARD_ADDED = 14; - - static final boolean LTE_AVAILABLE_ON_CDMA = - SystemProperties.getBoolean(TelephonyProperties.PROPERTY_NETWORK_LTE_ON_CDMA, false); - /* UNKNOWN is a transient state, for example, after uesr inputs ICC pin under PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it |