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

Commit c45d464f authored by Jack Yu's avatar Jack Yu
Browse files

Updated the document regarding T data stack

Fix: 232951402
Test: Build
Change-Id: Ic573a0812298647d502992f81b9602260963fb74
parent e9d860df
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;
    }
    }