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

Commit d3d2583d authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Update constants with HIDL

Test: Builds
Bug: 127993599
Change-Id: I02c7a841a9ddd98808b174c889a0f3f203b01107
parent 1e043d47
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -312,13 +312,18 @@ public interface BiometricFaceConstants {
     */
     */
    public static final int FACE_ACQUIRED_START = 20;
    public static final int FACE_ACQUIRED_START = 20;


    /**
     * The sensor is dirty. The user should be informed to clean the sensor.
     */
    public static final int SENSOR_DIRTY = 21;

    /**
    /**
     * Hardware vendors may extend this list if there are conditions that do not fall under one of
     * Hardware vendors may extend this list if there are conditions that do not fall under one of
     * the above categories. Vendors are responsible for providing error strings for these errors.
     * the above categories. Vendors are responsible for providing error strings for these errors.
     *
     *
     * @hide
     * @hide
     */
     */
    public static final int FACE_ACQUIRED_VENDOR = 21;
    public static final int FACE_ACQUIRED_VENDOR = 22;


    /**
    /**
     * @hide
     * @hide