Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +4 −0 Original line number Diff line number Diff line Loading @@ -1205,6 +1205,10 @@ public class SIMRecords extends IccRecords { if (DBG) log("handleSimRefresh with SIM_REFRESH_INIT"); // need to reload all files (that we care about) onIccRefreshInit(); // Reregister for ready notification so that we read files // if app is ready mParentApp.unregisterForReady(this); mParentApp.registerForReady(this, EVENT_APP_READY, null); break; case IccRefreshResponse.REFRESH_RESULT_RESET: if (DBG) log("handleSimRefresh with SIM_REFRESH_RESET"); Loading Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +4 −0 Original line number Diff line number Diff line Loading @@ -1205,6 +1205,10 @@ public class SIMRecords extends IccRecords { if (DBG) log("handleSimRefresh with SIM_REFRESH_INIT"); // need to reload all files (that we care about) onIccRefreshInit(); // Reregister for ready notification so that we read files // if app is ready mParentApp.unregisterForReady(this); mParentApp.registerForReady(this, EVENT_APP_READY, null); break; case IccRefreshResponse.REFRESH_RESULT_RESET: if (DBG) log("handleSimRefresh with SIM_REFRESH_RESET"); Loading