Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +4 −0 Original line number Diff line number Diff line Loading @@ -2659,6 +2659,10 @@ public class GsmCdmaPhone extends Phone { r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); } else { r.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null); if (isPhoneTypeCdmaLte()) { // notify simRecordsLoaded registrants for cdmaLte phone r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); } } } Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +4 −0 Original line number Diff line number Diff line Loading @@ -2659,6 +2659,10 @@ public class GsmCdmaPhone extends Phone { r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); } else { r.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null); if (isPhoneTypeCdmaLte()) { // notify simRecordsLoaded registrants for cdmaLte phone r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); } } } Loading