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

Commit 5a1a044e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updated the document regarding T data stack" into tm-dev

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

    protected LinkBandwidthEstimator mLinkBandwidthEstimator;

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

    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%
    //  dogfooders, the code below should be completely removed before T AOSP release.
    // This flag and the old data stack code will be deleted in Android 14.
    public boolean isUsingNewDataStack() {
        return mNewDataStackEnabled;
    }