Searched defs:fromSensorId (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IAuthService.aidl | 69 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 D | IBiometricService.aidl | 80 void invalidateAuthenticatorIds(int userId, int fromSensorId, IInvalidationCallback callback); in invalidateAuthenticatorIds() 90 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound()
|
H A D | BiometricManager.java | 549 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds() 610 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricService.java | 144 int userId, int fromSensorId, @NonNull IInvalidationCallback clientCallback) { in start() 150 int fromSensorId, @NonNull IInvalidationCallback clientCallback) { in InvalidationTracker()
|
H A D | AuthService.java | 360 public void invalidateAuthenticatorIds(int userId, int fromSensorId, in invalidateAuthenticatorIds() 404 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()
|