Searched refs:authenticateInternal (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricPrompt.java | 963 authenticateInternal(0 /* operationId */, cancel, executor, callback, userId); in authenticateUser() 994 return authenticateInternal(operationId, cancel, executor, callback, mContext.getUserId()); in authenticateForOperation() 1071 authenticateInternal(crypto, cancel, executor, callback, mContext.getUserId()); in authenticate() 1122 authenticateInternal(null /* crypto */, cancel, executor, callback, mContext.getUserId()); in authenticate() 1135 private void authenticateInternal( in authenticateInternal() method in BiometricPrompt 1144 authenticateInternal(operationId, cancel, executor, callback, userId); in authenticateInternal() 1147 private long authenticateInternal( in authenticateInternal() method in BiometricPrompt
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricService.java | 1339 authenticateInternal(token, requestId, operationId, userId, receiver, 1361 private void authenticateInternal(IBinder token, long requestId, long operationId, int userId,
|