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

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

Merge "Clean up exception usage in LockSettingsService (part 1)"

parents fb67fb4f ca6ece54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ public final class GateKeeperResponse implements Parcelable {
    public static final int RESPONSE_OK = 0;
    public static final int RESPONSE_RETRY = 1;

    public static final GateKeeperResponse ERROR = createGenericResponse(RESPONSE_ERROR);

    private final int mResponseCode;

    private int mTimeout;