Loading src/java/com/android/internal/telephony/SubscriptionController.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -1036,10 +1036,6 @@ public class SubscriptionController extends ISub.Stub { value.put(SubscriptionManager.SIM_SLOT_INDEX, slotIndex); value.put(SubscriptionManager.SIM_SLOT_INDEX, slotIndex); } } if (nameSource != SubscriptionManager.NAME_SOURCE_USER_INPUT) { setDisplayName = true; } if (oldIccId != null && oldIccId.length() < uniqueId.length() if (oldIccId != null && oldIccId.length() < uniqueId.length() && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) { && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) { value.put(SubscriptionManager.ICC_ID, uniqueId); value.put(SubscriptionManager.ICC_ID, uniqueId); Loading Loading
src/java/com/android/internal/telephony/SubscriptionController.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -1036,10 +1036,6 @@ public class SubscriptionController extends ISub.Stub { value.put(SubscriptionManager.SIM_SLOT_INDEX, slotIndex); value.put(SubscriptionManager.SIM_SLOT_INDEX, slotIndex); } } if (nameSource != SubscriptionManager.NAME_SOURCE_USER_INPUT) { setDisplayName = true; } if (oldIccId != null && oldIccId.length() < uniqueId.length() if (oldIccId != null && oldIccId.length() < uniqueId.length() && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) { && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) { value.put(SubscriptionManager.ICC_ID, uniqueId); value.put(SubscriptionManager.ICC_ID, uniqueId); Loading