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

Commit 272595dd authored by Yan Yan's avatar Yan Yan
Browse files

Add documentations for VcnTransportInfo#makeCopy

Bug: 384055633
Test: presubmit
Flag: EXEMPT documentation changes
Change-Id: I87195ad977bdae93b3e0e283add0904d38fcef71
parent 2468f8af
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -161,7 +161,14 @@ public final class VcnTransportInfo implements TransportInfo, Parcelable {
        return 0;
    }

    /** @hide */
    /**
     * Create a copy of a {@link VcnTransportInfo} with some fields redacted based on the
     * permissions held by the receiving app.
     *
     * @param redactions bitmask of redactions that needs to be performed on this instance.
     * @return the copy of this instance with the necessary redactions.
     * @hide
     */
    @FlaggedApi(FLAG_MAINLINE_VCN_MODULE_API)
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    @Override