Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -251,6 +251,7 @@ public class SIMRecords extends IccRecords { mCi.unSetOnSmsOnSim(this); mCi.unSetOnSmsOnSim(this); mParentApp.unregisterForReady(this); mParentApp.unregisterForReady(this); mParentApp.unregisterForLocked(this); mParentApp.unregisterForLocked(this); mContext.unregisterReceiver(mReceiver); resetRecords(); resetRecords(); super.dispose(); super.dispose(); } } Loading Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -251,6 +251,7 @@ public class SIMRecords extends IccRecords { mCi.unSetOnSmsOnSim(this); mCi.unSetOnSmsOnSim(this); mParentApp.unregisterForReady(this); mParentApp.unregisterForReady(this); mParentApp.unregisterForLocked(this); mParentApp.unregisterForLocked(this); mContext.unregisterReceiver(mReceiver); resetRecords(); resetRecords(); super.dispose(); super.dispose(); } } Loading