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

Commit 349e3ba5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Updated the document regarding T data stack" into tm-dev am: 5a1a044e

parents f502f116 5a1a044e
Loading
Loading
Loading
Loading
+4 −5
Original line number Original line Diff line number Diff line
@@ -474,8 +474,8 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {


    protected LinkBandwidthEstimator mLinkBandwidthEstimator;
    protected LinkBandwidthEstimator mLinkBandwidthEstimator;


    // TODO: Temp code. Use cl/399526916 for future canary process. After rolling out to 100%
    /** The flag indicating using the new data stack or not. */
    //  dogfooders, the code below should be completely removed.
    // This flag and the old data stack code will be deleted in Android 14.
    private final boolean mNewDataStackEnabled;
    private final boolean mNewDataStackEnabled;


    public IccRecords getIccRecords() {
    public IccRecords getIccRecords() {
@@ -4967,10 +4967,9 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
    }
    }


    /**
    /**
     * @return {@code true} if using the new telephony data stack. See go/atdr for the design.
     * @return {@code true} if using the new telephony data stack.
     */
     */
    // TODO: Temp code. Use cl/421423121 for future canary process. After rolling out to 100%
    // This flag and the old data stack code will be deleted in Android 14.
    //  dogfooders, the code below should be completely removed before T AOSP release.
    public boolean isUsingNewDataStack() {
    public boolean isUsingNewDataStack() {
        return mNewDataStackEnabled;
        return mNewDataStackEnabled;
    }
    }