Loading src/java/com/android/internal/telephony/SubscriptionInfoUpdater.java +1 −1 Original line number Diff line number Diff line Loading @@ -548,7 +548,7 @@ public class SubscriptionInfoUpdater extends Handler { updateSubscriptionInfoByIccId(slotId); broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT, null); broadcastSimCardStateChanged(slotId, TelephonyManager.SIM_STATE_ABSENT); broadcastSimApplicationStateChanged(slotId, TelephonyManager.SIM_STATE_NOT_READY); broadcastSimApplicationStateChanged(slotId, TelephonyManager.SIM_STATE_UNKNOWN); updateSubscriptionCarrierId(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); } Loading Loading
src/java/com/android/internal/telephony/SubscriptionInfoUpdater.java +1 −1 Original line number Diff line number Diff line Loading @@ -548,7 +548,7 @@ public class SubscriptionInfoUpdater extends Handler { updateSubscriptionInfoByIccId(slotId); broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT, null); broadcastSimCardStateChanged(slotId, TelephonyManager.SIM_STATE_ABSENT); broadcastSimApplicationStateChanged(slotId, TelephonyManager.SIM_STATE_NOT_READY); broadcastSimApplicationStateChanged(slotId, TelephonyManager.SIM_STATE_UNKNOWN); updateSubscriptionCarrierId(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); } Loading