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

Commit 6a25dc5f authored by f's avatar f
Browse files

Update AcquiredInfo constants

Bug: 173711478
Test: m android.hardware.biometrics.face-update-api
Change-Id: Ib929c70af16b73a902666e4af96ed95be4629f3c
parent 6fce94de
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -59,7 +59,5 @@ enum AcquiredInfo {
  VENDOR = 22,
  FIRST_FRAME_RECEIVED = 23,
  DARK_GLASSES_DETECTED = 24,
  FACE_COVERING_DETECTED = 25,
  EYES_NOT_VISIBLE = 26,
  MOUTH_NOT_VISIBLE = 27,
  MOUTH_COVERING_DETECTED = 25,
}
+2 −15
Original line number Diff line number Diff line
@@ -230,18 +230,5 @@ enum AcquiredInfo {
     * A face mask or face covering detected. This can be useful for providing relevant feedback to
     * the user and enabling an alternative authentication logic if the implementation supports it.
     */
    FACE_COVERING_DETECTED = 25,

    /**
     * Either one or both eyes are not visible in the frame. Prefer to use DARK_GLASSES_DETECTED if
     * the eyes are not visible due to dark glasses.
     */
    EYES_NOT_VISIBLE = 26,

    /**
     * The mouth is not visible in the frame. Prefer to use MASK_DETECTED if the mouth is not
     * visible due to a mask.
     */
    MOUTH_NOT_VISIBLE = 27,
    MOUTH_COVERING_DETECTED = 25,
}