Loading src/java/com/android/internal/telephony/uicc/IsimUiccRecords.java +10 −8 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ public final class IsimUiccRecords extends IccRecords implements IsimRecords { case IccRefreshResponse.REFRESH_RESULT_RESET: if (DBG) log("handleIsimRefresh with REFRESH_RESULT_RESET"); // need to reload all files (that we care about) if (requirePowerOffOnSimRefreshReset()) { mCi.setRadioPower(false, null); /* Note: no need to call setRadioPower(true). Assuming the desired * radio power state is still ON (as tracked by ServiceStateTracker), Loading @@ -376,6 +377,7 @@ public final class IsimUiccRecords extends IccRecords implements IsimRecords { * desired power state has changed in the interim, we don't want to * override it with an unconditional power on. */ } break; default: Loading Loading
src/java/com/android/internal/telephony/uicc/IsimUiccRecords.java +10 −8 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ public final class IsimUiccRecords extends IccRecords implements IsimRecords { case IccRefreshResponse.REFRESH_RESULT_RESET: if (DBG) log("handleIsimRefresh with REFRESH_RESULT_RESET"); // need to reload all files (that we care about) if (requirePowerOffOnSimRefreshReset()) { mCi.setRadioPower(false, null); /* Note: no need to call setRadioPower(true). Assuming the desired * radio power state is still ON (as tracked by ServiceStateTracker), Loading @@ -376,6 +377,7 @@ public final class IsimUiccRecords extends IccRecords implements IsimRecords { * desired power state has changed in the interim, we don't want to * override it with an unconditional power on. */ } break; default: Loading