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

Commit 25f3ca64 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

am: aee599cf

Change-Id: I81e062fb8d7482c24f32986941e4475f5c23f398
parents 783f6d19 aee599cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line 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,
        public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi,
                int si) {
                int si) {
            this.id = id;
            this.number = number;
            this.number = number;
            this.numberType = (byte)numberType;
            this.numberType = (byte)numberType;
            this.numberPlan = (byte)numberPlan;
            this.numberPlan = (byte)numberPlan;