Loading src/java/com/android/internal/telephony/uicc/UiccController.java +1 −0 Original line number Diff line number Diff line Loading @@ -520,6 +520,7 @@ public class UiccController extends Handler { break; case EVENT_RADIO_UNAVAILABLE: if (DBG) log("EVENT_RADIO_UNAVAILABLE, dispose card"); sLastSlotStatus = null; UiccSlot uiccSlot = getUiccSlotForPhone(phoneId); if (uiccSlot != null) { uiccSlot.onRadioStateUnavailable(); Loading Loading
src/java/com/android/internal/telephony/uicc/UiccController.java +1 −0 Original line number Diff line number Diff line Loading @@ -520,6 +520,7 @@ public class UiccController extends Handler { break; case EVENT_RADIO_UNAVAILABLE: if (DBG) log("EVENT_RADIO_UNAVAILABLE, dispose card"); sLastSlotStatus = null; UiccSlot uiccSlot = getUiccSlotForPhone(phoneId); if (uiccSlot != null) { uiccSlot.onRadioStateUnavailable(); Loading