Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95bbff43 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Removed unused variable" am: 019e63ba am: 4214e146

am: 6dba7263

Change-Id: I78ebb79ec39bd99009ab5229e2d8c68b46788ded
parents d0252e41 6dba7263
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ import android.content.res.Configuration;
import android.content.res.Resources.NotFoundException;
import android.os.AsyncResult;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.LocaleList;
import android.os.Message;
import android.os.RemoteException;
@@ -131,7 +130,6 @@ public class CatService extends Handler implements AppInterface {

    static final String STK_DEFAULT = "Default Message";

    private HandlerThread mHandlerThread;
    private int mSlotId;

    /* For multisim catservice should not be singleton */
@@ -145,8 +143,6 @@ public class CatService extends Handler implements AppInterface {
        mCmdIf = ci;
        mContext = context;
        mSlotId = slotId;
        mHandlerThread = new HandlerThread("Cat Telephony service" + slotId);
        mHandlerThread.start();

        // Get the RilMessagesDecoder for decoding the messages.
        mMsgDecoder = RilMessageDecoder.getInstance(this, fh, slotId);
@@ -262,8 +258,6 @@ public class CatService extends Handler implements AppInterface {
            }
            mMsgDecoder.dispose();
            mMsgDecoder = null;
            mHandlerThread.quit();
            mHandlerThread = null;
            removeCallbacksAndMessages(null);
            if (sInstance != null) {
                if (SubscriptionManager.isValidSlotIndex(mSlotId)) {