summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author jsh <jsh@google.com> 2009-07-01 12:55:28 -0700
committer jsh <jsh@google.com> 2009-07-01 12:55:28 -0700
commit8890aaf77cf188adc88fdeb90c59d901eb9c4f03 (patch)
tree7c00b574fbf305df9296643f28d4bea3d7d7e761
parent65363830c1e5ca8c59b6e12b4b43a3f03688ca2e (diff)
SimRecords.getServiceProviderName() always returned null.
Fixes bug 1955060. spn was defined in both SimRecords and base class IccRecords.
-rw-r--r--telephony/java/com/android/internal/telephony/gsm/SIMRecords.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java b/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java
index b886410c48c5..e25de8147ee4 100644
--- a/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java
+++ b/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java
@@ -92,7 +92,6 @@ public final class SIMRecords extends IccRecords {
byte[] mEfCfis = null;
- String spn;
int spnDisplayCondition;
// Numeric network codes listed in TS 51.011 EF[SPDI]
ArrayList<String> spdiNetworks = null;