Loading telephony/java/com/android/internal/telephony/SamsungRIL.java +8 −0 Original line number Diff line number Diff line Loading @@ -575,6 +575,14 @@ public class SamsungRIL extends RIL implements CommandsInterface { @Override protected Object responseSignalStrength(Parcel p) { // When SIM is PIN-unlocked, the RIL responds with APPSTATE_UNKNOWN and // does not follow up with RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED. We // notify the system here. String state = SystemProperties.get(TelephonyProperties.PROPERTY_SIM_STATE); if ("NOT_READY".equals(state) && mIccStatusChangedRegistrants != null) { mIccStatusChangedRegistrants.notifyRegistrants(); } int numInts = 12; int response[]; Loading Loading
telephony/java/com/android/internal/telephony/SamsungRIL.java +8 −0 Original line number Diff line number Diff line Loading @@ -575,6 +575,14 @@ public class SamsungRIL extends RIL implements CommandsInterface { @Override protected Object responseSignalStrength(Parcel p) { // When SIM is PIN-unlocked, the RIL responds with APPSTATE_UNKNOWN and // does not follow up with RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED. We // notify the system here. String state = SystemProperties.get(TelephonyProperties.PROPERTY_SIM_STATE); if ("NOT_READY".equals(state) && mIccStatusChangedRegistrants != null) { mIccStatusChangedRegistrants.notifyRegistrants(); } int numInts = 12; int response[]; Loading