Home
last modified time | relevance | path

Searched refs:resetLockout (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DBiometricDeferredQueue.java114 faceManager.resetLockout(sensorId, userAuthInfo.userId, hat); in onGenerateChallengeResult()
200 mFingerprintManager.resetLockout(prop.sensorId, user.userId, in processPendingLockoutsForFingerprint()
210 mFingerprintManager.resetLockout(prop.sensorId, user.userId, hat); in processPendingLockoutsForFingerprint()
251 mFaceManager.resetLockout(prop.sensorId, user.userId, hat); in processPendingLockoutsForFace()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java109 public void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout() method in FingerprintAuthenticator
111 mFingerprintService.resetLockout(token, mSensorId, userId, hardwareAuthToken, in resetLockout()
DFingerprintService.java760 public void resetLockout(IBinder token, int sensorId, int userId, in resetLockout() method in FingerprintService.FingerprintServiceWrapper
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java109 public void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout() method in FaceAuthenticator
111 mFaceService.resetLockout(token, mSensorId, userId, hardwareAuthToken, in resetLockout()
DFaceService.java578 public void resetLockout(IBinder token, int sensorId, int userId, byte[] hardwareAuthToken, in resetLockout() method in FaceService.FaceServiceWrapper
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl75 void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceResetLockoutClient.java68 getFreshDaemon().resetLockout(mHardwareAuthToken); in startHalOperation()
DTestHal.java161 public int resetLockout(ArrayList<Byte> hat) { in resetLockout() method in TestHal
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java101 public void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout() method in IrisAuthenticator
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintResetLockoutClient.java75 getFreshDaemon().resetLockout(mHardwareAuthToken); in startHalOperation()
DTestHal.java160 public void resetLockout(HardwareAuthToken hat) throws RemoteException { in createSession()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceResetLockoutClient.java75 getFreshDaemon().resetLockout(mHardwareAuthToken); in startHalOperation()
DTestHal.java181 public void resetLockout(HardwareAuthToken hat) throws RemoteException { in createSession()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DSensorTest.java96 }).when(mSession).resetLockout(any()); in halSessionCallback_respondsToResetLockout()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DSensorTest.java96 }).when(mSession).resetLockout(any()); in halSessionCallback_respondsToResetLockout()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl119 …void resetLockout(IBinder token, int sensorId, int userId, in byte [] hardwareAuthToken, String op… in resetLockout() method
DFaceManager.java463 public void resetLockout(int sensorId, int userId, @Nullable byte[] hardwareAuthToken) { in resetLockout() method in FaceManager
466 mService.resetLockout(mToken, sensorId, userId, hardwareAuthToken, in resetLockout()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl135 …void resetLockout(IBinder token, int sensorId, int userId, in byte[] hardwareAuthToken, String opP… in resetLockout() method
DFingerprintManager.java732 public void resetLockout(int sensorId, int userId, @Nullable byte[] hardwareAuthToken) { in resetLockout() method in FingerprintManager
735 mService.resetLockout(mToken, sensorId, userId, hardwareAuthToken, in resetLockout()
/frameworks/base/core/proto/android/server/
Dbiometrics.proto153 // True if resetLockout requires a HAT to be verified in the TEE or equivalent.
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java896 sensor.impl.resetLockout(token, opPackageName, userId, in resetLockoutTimeBound()
/frameworks/base/services/
Dart-profile42 HPLandroid/hardware/biometrics/face/V1_0/IBiometricsFace$Proxy;->resetLockout(Ljava/util/ArrayList;…
13937 HPLcom/android/server/biometrics/sensors/face/FaceService$FaceServiceWrapper;->resetLockout(Landroi…
14178 …cs/sensors/fingerprint/FingerprintService$FingerprintServiceWrapper;->resetLockout(Landroid/os/IBi…