Home
last modified time | relevance | path

Searched refs:resetLockoutTimeBound (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIAuthService.aidl79 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound() method
H A DIBiometricService.aidl90 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound() method
H A DBiometricManager.java610 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 DAuthenticationClient.java233 mBiometricManager.resetLockoutTimeBound(getToken(), in onAuthenticated()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java404 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 DBiometricService.java750 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId,