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

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

Merge "passpoint-r2: change the status for server connection"

parents 9df66fc2 58100660
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -160,9 +160,9 @@ public abstract class ProvisioningCallback {
    public static final int OSU_STATUS_AP_CONNECTED = 2;

    /**
     * The status code for provisioning flow to indicate the server connection is completed.
     * The status code for provisioning flow to indicate connecting to the server.
     */
    public static final int OSU_STATUS_SERVER_CONNECTED = 3;
    public static final int OSU_STATUS_SERVER_CONNECTING = 3;

    /**
     * The status code for provisioning flow to indicate the server certificate is validated.
@@ -170,9 +170,9 @@ public abstract class ProvisioningCallback {
    public static final int OSU_STATUS_SERVER_VALIDATED = 4;

    /**
     * The status code for provisioning flow to indicate the service provider is verified.
     * The status code for provisioning flow to indicate the server is connected
     */
    public static final int OSU_STATUS_SERVICE_PROVIDER_VERIFIED = 5;
    public static final int OSU_STATUS_SERVER_CONNECTED = 5;

    /**
     * The status code for provisioning flow to indicate starting the first SOAP exchange.