Skip to content

Commit

Permalink
Add Error::BAD_CALIBRATION
Browse files Browse the repository at this point in the history
Bug: 189133688
Test: make -j56 android.hardware.biometrics.fingerprint-update-api
Change-Id: Iea26fa2efb8e60fb5d89e89762dc76f0f0c6dce1
  • Loading branch information
kchyn3 committed May 24, 2021
1 parent d02d9f2 commit 7435e8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ enum Error {
CANCELED = 5,
UNABLE_TO_REMOVE = 6,
VENDOR = 7,
BAD_CALIBRATION = 8,
}
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit 7435e8d

Please sign in to comment.