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

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

Merge "Fix some invalid documentation links."

parents 70eee334 10d15039
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -116,13 +116,13 @@ public final class CallAttributes implements Parcelable {
     */
    public static final int SUPPORTS_STREAM = 1 << 2;
    /**
     * The call can be completely transferred from one endpoint to another
     * The call can be completely transferred from one endpoint to another.
     */
    public static final int SUPPORTS_TRANSFER = 1 << 3;

    /**
     * Build an instance of {@link CallAttributes}. In order to build a valid instance, a
     * {@link PhoneAccountHandle}, call {@link Direction}, display name, and {@link Uri} address
     * {@link PhoneAccountHandle}, call direction, display name, and {@link Uri} address
     * are required.
     *
     * <p>
@@ -165,7 +165,8 @@ public final class CallAttributes implements Parcelable {
        }

        /**
         * @param callType see {@link CallType} for valid arguments
         * Sets the type of call; uses to indicate if a call is a video call or audio call.
         * @param callType The call type.
         * @return Builder
         */
        @NonNull
@@ -180,7 +181,9 @@ public final class CallAttributes implements Parcelable {
        }

        /**
         * @param callCapabilities see {@link CallCapability} for valid arguments
         * Sets the capabilities of this call.  Use this to indicate whether your app supports
         * holding, streaming and call transfers.
         * @param callCapabilities Bitmask of call capabilities.
         * @return Builder
         */
        @NonNull