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

Commit a5b6c64a authored by Teng Wenxing's avatar Teng Wenxing Committed by android-build-merger
Browse files

Merge "Fix arguments in wrong order reported by coverity"

am: 507cd3a7

Change-Id: Ib46b477f3431f84dc4c2f280e65b16cc9a8619b2
parents f7885e6c 507cd3a7
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -567,19 +567,19 @@ public interface PhoneInternalInterface {
     * setCallForwardingOptions
     * setCallForwardingOptions
     * sets a call forwarding option.
     * sets a call forwarding option.
     *
     *
     * @param commandInterfaceCFReason is one of the valid call forwarding
     *        CF_REASONS, as defined in
     *        <code>com.android.internal.telephony.CommandsInterface.</code>
     * @param commandInterfaceCFAction is one of the valid call forwarding
     * @param commandInterfaceCFAction is one of the valid call forwarding
     *        CF_ACTIONS, as defined in
     *        CF_ACTIONS, as defined in
     *        <code>com.android.internal.telephony.CommandsInterface.</code>
     *        <code>com.android.internal.telephony.CommandsInterface.</code>
     * @param commandInterfaceCFReason is one of the valid call forwarding
     *        CF_REASONS, as defined in
     *        <code>com.android.internal.telephony.CommandsInterface.</code>
     * @param dialingNumber is the target phone number to forward calls to
     * @param dialingNumber is the target phone number to forward calls to
     * @param timerSeconds is used by CFNRy to indicate the timeout before
     * @param timerSeconds is used by CFNRy to indicate the timeout before
     *        forwarding is attempted.
     *        forwarding is attempted.
     * @param onComplete a callback message when the action is completed.
     * @param onComplete a callback message when the action is completed.
     */
     */
    void setCallForwardingOption(int commandInterfaceCFReason,
    void setCallForwardingOption(int commandInterfaceCFAction,
                                 int commandInterfaceCFAction,
                                 int commandInterfaceCFReason,
                                 String dialingNumber,
                                 String dialingNumber,
                                 int timerSeconds,
                                 int timerSeconds,
                                 Message onComplete);
                                 Message onComplete);