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

Commit e9a99029 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Delete some unused code.

Test: TH
Bug: 149242880
Change-Id: I1f5398336f6f3ece599bd0ef93651b25cfa21ca3
parent 7aa4db30
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -2996,26 +2996,6 @@ public class GsmCdmaPhone extends Phone {
                }
            break;

            case EVENT_GET_IMEI_DONE:
                ar = (AsyncResult)msg.obj;

                if (ar.exception != null) {
                    break;
                }

                mImei = (String)ar.result;
            break;

            case EVENT_GET_IMEISV_DONE:
                ar = (AsyncResult)msg.obj;

                if (ar.exception != null) {
                    break;
                }

                mImeiSv = (String)ar.result;
            break;

            case EVENT_USSD:
                ar = (AsyncResult)msg.obj;

+0 −2
Original line number Diff line number Diff line
@@ -168,8 +168,6 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
    protected static final int EVENT_GET_BASEBAND_VERSION_DONE   = 6;
    protected static final int EVENT_USSD                        = 7;
    protected static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE  = 8;
    protected static final int EVENT_GET_IMEI_DONE               = 9;
    protected static final int EVENT_GET_IMEISV_DONE             = 10;
    private static final int EVENT_GET_SIM_STATUS_DONE           = 11;
    protected static final int EVENT_SET_CALL_FORWARD_DONE       = 12;
    protected static final int EVENT_GET_CALL_FORWARD_DONE       = 13;