Home
last modified time | relevance | path

Searched refs:authenticateInternal (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java897 return authenticateInternal(operationId, cancel, executor, callback, userId); in authenticateUserForOperation()
974 authenticateInternal(crypto, cancel, executor, callback, mContext.getUserId()); in authenticate()
1025 authenticateInternal(null /* crypto */, cancel, executor, callback, mContext.getUserId()); in authenticate()
1038 private void authenticateInternal( in authenticateInternal() method in BiometricPrompt
1047 authenticateInternal(operationId, cancel, executor, callback, userId); in authenticateInternal()
1050 private long authenticateInternal( in authenticateInternal() method in BiometricPrompt
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java1402 authenticateInternal(token, requestId, operationId, userId, receiver, in handleAuthenticate()
1424 private void authenticateInternal(IBinder token, long requestId, long operationId, int userId, in authenticateInternal() method in BiometricService
/aosp12/frameworks/base/services/
H A Dart-profile13644 HPLcom/android/server/biometrics/BiometricService;->authenticateInternal(Landroid/os/IBinder;JILand…