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

Commit aee599cf authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Initialization of variable in CdmaNumberInfoRec" am: d89a9311

am: 9cb60331

Change-Id: Ice54db79942dfaf47278987715edc40a7f6162ec
parents b0f030f0 9cb60331
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ public final class CdmaInformationRecords {

        public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi,
                int si) {
            this.id = id;
            this.number = number;
            this.numberType = (byte)numberType;
            this.numberPlan = (byte)numberPlan;