Searched refs:resetLockoutTimeBound (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IAuthService.aidl | 79 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound() method
|
H A D | IBiometricService.aidl | 90 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound() method
|
H A D | BiometricManager.java | 610 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound() method in BiometricManager 614 mService.resetLockoutTimeBound(token, opPackageName, fromSensorId, userId, in resetLockoutTimeBound()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthenticationClient.java | 233 mBiometricManager.resetLockoutTimeBound(getToken(), in onAuthenticated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 404 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound() method in AuthService.AuthServiceImpl 410 mBiometricService.resetLockoutTimeBound(token, opPackageName, fromSensorId, userId, in resetLockoutTimeBound()
|
H A D | BiometricService.java | 750 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId,
|