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

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

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

parents 4648bd25 41f4d9c5
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public abstract class ProvisioningCallback {
    public static final int OSU_STATUS_SERVICE_PROVIDER_VERIFIED = 5;

    /**
     * The status code for provisioning flow to indicate starting the SOAP exchange.
     * The status code for provisioning flow to indicate starting the first SOAP exchange.
     */
    public static final int OSU_STATUS_INIT_SOAP_EXCHANGE = 6;

@@ -141,6 +141,11 @@ public abstract class ProvisioningCallback {
     */
    public static final int OSU_STATUS_REDIRECT_RESPONSE_RECEIVED = 8;

    /**
     * The status code for provisioning flow to indicate starting the second SOAP exchange.
     */
    public static final int OSU_STATUS_SECOND_SOAP_EXCHANGE = 9;

    /**
     * Provisioning status for OSU failure
     *