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

Commit 5cb983e0 authored by Hyunho Shin's avatar Hyunho Shin Committed by Android (Google) Code Review
Browse files

Merge "Set default value of mTransferStatus." into main

parents 97fa658f e67c62c3
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.