Home
last modified time | relevance | path

Searched defs:fromSensorId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DIAuthService.aidl69 void invalidateAuthenticatorIds(int userId, int fromSensorId, IInvalidationCallback callback); in invalidateAuthenticatorIds()
79 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound()
DIBiometricService.aidl80 void invalidateAuthenticatorIds(int userId, int fromSensorId, IInvalidationCallback callback); in invalidateAuthenticatorIds()
90 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound()
DBiometricManager.java549 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds()
610 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java144 int userId, int fromSensorId, @NonNull IInvalidationCallback clientCallback) { in start()
150 int fromSensorId, @NonNull IInvalidationCallback clientCallback) { in InvalidationTracker()
DAuthService.java360 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds()
404 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()