Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DIAuthService.aidl66 void invalidateAuthenticatorIds(int userId, int fromSensorId, IInvalidationCallback callback); in invalidateAuthenticatorIds()
76 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound()
H A DIBiometricService.aidl71 void invalidateAuthenticatorIds(int userId, int fromSensorId, IInvalidationCallback callback); in invalidateAuthenticatorIds()
79 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound()
H A DBiometricManager.java550 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds()
611 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java270 int userId, int fromSensorId, @NonNull IInvalidationCallback clientCallback) { in start()
276 int fromSensorId, @NonNull IInvalidationCallback clientCallback) { in InvalidationTracker()
844 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds()
848 InvalidationTracker.start(getContext(), mSensors, userId, fromSensorId, callback); in invalidateAuthenticatorIds() local
882 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()
H A DAuthService.java345 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds()
389 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()