Loading src/java/com/android/internal/telephony/cat/CatService.java +4 −2 Original line number Diff line number Diff line Loading @@ -266,8 +266,10 @@ public class CatService extends Handler implements AppInterface { mUiccController.unregisterForIccChanged(this); mUiccController = null; } if (mMsgDecoder != null) { mMsgDecoder.dispose(); mMsgDecoder = null; } removeCallbacksAndMessages(null); if (sInstance != null) { if (mSlotId >= 0 && mSlotId < sInstance.length) { Loading Loading
src/java/com/android/internal/telephony/cat/CatService.java +4 −2 Original line number Diff line number Diff line Loading @@ -266,8 +266,10 @@ public class CatService extends Handler implements AppInterface { mUiccController.unregisterForIccChanged(this); mUiccController = null; } if (mMsgDecoder != null) { mMsgDecoder.dispose(); mMsgDecoder = null; } removeCallbacksAndMessages(null); if (sInstance != null) { if (mSlotId >= 0 && mSlotId < sInstance.length) { Loading