Loading biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/AcquiredInfo.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -49,4 +49,5 @@ enum AcquiredInfo { IMMOBILE, RETRYING_CAPTURE, LIFT_TOO_SOON, POWER_PRESS, } biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/Error.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -44,4 +44,5 @@ enum Error { UNABLE_TO_REMOVE, VENDOR, BAD_CALIBRATION, POWER_PRESS, } biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/AcquiredInfo.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -103,4 +103,10 @@ enum AcquiredInfo { * Fingerprint was lifted before the capture completed. */ LIFT_TOO_SOON, /** * Indicates a power press event has occurred. This is typically sent by fingerprint * sensors that have the sensor co-located with the power button. */ POWER_PRESS, } biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/Error.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -70,4 +70,10 @@ enum Error { * There's a problem with the sensor's calibration. */ BAD_CALIBRATION, /** * Indicates a power press event has occurred. This is typically sent by fingerprint * sensors that have the sensor co-located with the power button. */ POWER_PRESS, } Loading
biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/AcquiredInfo.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -49,4 +49,5 @@ enum AcquiredInfo { IMMOBILE, RETRYING_CAPTURE, LIFT_TOO_SOON, POWER_PRESS, }
biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/Error.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -44,4 +44,5 @@ enum Error { UNABLE_TO_REMOVE, VENDOR, BAD_CALIBRATION, POWER_PRESS, }
biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/AcquiredInfo.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -103,4 +103,10 @@ enum AcquiredInfo { * Fingerprint was lifted before the capture completed. */ LIFT_TOO_SOON, /** * Indicates a power press event has occurred. This is typically sent by fingerprint * sensors that have the sensor co-located with the power button. */ POWER_PRESS, }
biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/Error.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -70,4 +70,10 @@ enum Error { * There's a problem with the sensor's calibration. */ BAD_CALIBRATION, /** * Indicates a power press event has occurred. This is typically sent by fingerprint * sensors that have the sensor co-located with the power button. */ POWER_PRESS, }