Loading biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,8 @@ interface ISession { * 2) A face is rejected, and ISessionCallback#onAuthenticationFailed is invoked. * 3) Any non-recoverable error occurs (such as lockout). See the full list of * authentication-specific errors in the Error enum. * 4) ISessionCallback#onLockoutPermanent is invoked. * 5) ISessionCallback#onLockoutTimed is invoked. * * Note that upon successful authentication, the lockout counter for this (sensorId, userId) * pair must be cleared. Loading biometrics/face/aidl/android/hardware/biometrics/face/ISessionCallback.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,8 @@ interface ISessionCallback { * lockout, and authentication can be restarted after a period of time. See * ISession#resetLockout. * * This ends the authentication lifecycle. * * @param sensorId Sensor for which the user is locked out. * @param userId User for which the sensor is locked out. * @param durationMillis Remaining duration of the lockout. Loading @@ -131,6 +133,8 @@ interface ISessionCallback { * Authentication is disabled until the user unlocks with their device credential * (PIN/Pattern/Password). See ISession#resetLockout. * * This ends the authentication lifecycle. * * @param sensorId Sensor for which the user is locked out. * @param userId User for which the sensor is locked out. */ Loading Loading
biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,8 @@ interface ISession { * 2) A face is rejected, and ISessionCallback#onAuthenticationFailed is invoked. * 3) Any non-recoverable error occurs (such as lockout). See the full list of * authentication-specific errors in the Error enum. * 4) ISessionCallback#onLockoutPermanent is invoked. * 5) ISessionCallback#onLockoutTimed is invoked. * * Note that upon successful authentication, the lockout counter for this (sensorId, userId) * pair must be cleared. Loading
biometrics/face/aidl/android/hardware/biometrics/face/ISessionCallback.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,8 @@ interface ISessionCallback { * lockout, and authentication can be restarted after a period of time. See * ISession#resetLockout. * * This ends the authentication lifecycle. * * @param sensorId Sensor for which the user is locked out. * @param userId User for which the sensor is locked out. * @param durationMillis Remaining duration of the lockout. Loading @@ -131,6 +133,8 @@ interface ISessionCallback { * Authentication is disabled until the user unlocks with their device credential * (PIN/Pattern/Password). See ISession#resetLockout. * * This ends the authentication lifecycle. * * @param sensorId Sensor for which the user is locked out. * @param userId User for which the sensor is locked out. */ Loading