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

Commit e67c62c3 authored by Hyunho's avatar Hyunho
Browse files

Set default value of mTransferStatus.

Bug: b/315884067
Test: atest SubscriptionInfoTest

Change-Id: I98bad7c6b69b00cb43ef3466886424c7189790f1
parent 46e91c95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ public class SubscriptionInfo implements Parcelable {
        this.mUsageSetting = usageSetting;
        this.mIsOnlyNonTerrestrialNetwork = false;
        this.mServiceCapabilities = 0;
        this.mTransferStatus = SubscriptionManager.TRANSFER_STATUS_NONE;
        this.mTransferStatus = 0;
    }

    /**
@@ -1340,7 +1340,7 @@ public class SubscriptionInfo implements Parcelable {
         */
        private boolean mIsOnlyNonTerrestrialNetwork = false;

        private int mTransferStatus = SubscriptionManager.TRANSFER_STATUS_NONE;
        private int mTransferStatus = 0;

        /**
         * Service capabilities bitmasks the subscription supports.