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

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

Merge "Initialization of variable in CdmaNumberInfoRec"

am: d89a9311

Change-Id: Ic159020f2faf4a1f98b38522661ea349c34ff1fb
parents 2433af63 d89a9311
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;