Loading src/java/com/android/internal/telephony/uicc/AdnRecordCache.java +6 −2 Original line number Diff line number Diff line Loading @@ -353,8 +353,12 @@ public final class AdnRecordCache extends Handler implements IccConstants { Message response = mUserWriteResponse.get(efid); mUserWriteResponse.delete(efid); // response may be cleared when simrecord is reset, // so we should check if it is null. if (response != null) { AsyncResult.forMessage(response, null, ar.exception); response.sendToTarget(); } break; } Loading Loading
src/java/com/android/internal/telephony/uicc/AdnRecordCache.java +6 −2 Original line number Diff line number Diff line Loading @@ -353,8 +353,12 @@ public final class AdnRecordCache extends Handler implements IccConstants { Message response = mUserWriteResponse.get(efid); mUserWriteResponse.delete(efid); // response may be cleared when simrecord is reset, // so we should check if it is null. if (response != null) { AsyncResult.forMessage(response, null, ar.exception); response.sendToTarget(); } break; } Loading