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

Commit b636c5ac authored by sung_jae's avatar sung_jae
Browse files

Initialization of variable in CdmaNumberInfoRec



Unlike other CdmaInfo,
the id value is not initialized in the case of number info.

Test: atest CtsTelephonyTestCases

Change-Id: I1c8c355f1e3098b3f852addd45d0c76a250b2166
Signed-off-by: default avatarsung_jae <sung_jae.kim@samsung.com>
parent 268cacb2
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;