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

Commit a68e3ccd authored by Ecco Park's avatar Ecco Park Committed by Android (Google) Code Review
Browse files

Merge "passpoint-r2: add the status for starting third soap exchange"

parents 6f6e67bc 8bdec9e8
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -101,6 +101,12 @@ public abstract class ProvisioningCallback {
     */
    public static final int OSU_FAILURE_NO_OSU_ACTIVITY_FOUND = 14;

    /**
     * The reason code for provisioning failure when the status of a SOAP message is not the
     * expected message status.
     */
    public static final int OSU_FAILURE_UNEXPECTED_SOAP_MESSAGE_STATUS = 15;

    /**
     * The status code for provisioning flow to indicate connecting to OSU AP
     */
@@ -146,6 +152,11 @@ public abstract class ProvisioningCallback {
     */
    public static final int OSU_STATUS_SECOND_SOAP_EXCHANGE = 9;

    /**
     * The status code for provisioning flow to indicate starting the third SOAP exchange.
     */
    public static final int OSU_STATUS_THIRD_SOAP_EXCHANGE = 10;

    /**
     * Provisioning status for OSU failure
     *