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

Commit 7435e8d7 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add Error::BAD_CALIBRATION

Bug: 189133688
Test: make -j56 android.hardware.biometrics.fingerprint-update-api
Change-Id: Iea26fa2efb8e60fb5d89e89762dc76f0f0c6dce1
parent d02d9f27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,4 +42,5 @@ enum Error {
  CANCELED = 5,
  UNABLE_TO_REMOVE = 6,
  VENDOR = 7,
  BAD_CALIBRATION = 8,
}
+5 −0
Original line number Diff line number Diff line
@@ -63,4 +63,9 @@ enum Error {
     * Used to enable vendor-specific error messages.
     */
    VENDOR,

    /**
     * There's a problem with the sensor's calibration.
     */
    BAD_CALIBRATION,
}