Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java1286 authenticateInternal(0 /* operationId */, cancel, executor, callback, userId); in authenticateUser()
1317 return authenticateInternal(operationId, cancel, executor, callback, mContext.getUserId()); in authenticateForOperation()
1394 authenticateInternal(crypto, cancel, executor, callback, mContext.getUserId()); in authenticate()
1445 authenticateInternal(null /* crypto */, cancel, executor, callback, mContext.getUserId()); in authenticate()
1458 private void authenticateInternal( in authenticateInternal() method in BiometricPrompt
1467 authenticateInternal(operationId, cancel, executor, callback, userId); in authenticateInternal()
1470 private long authenticateInternal( in authenticateInternal() method in BiometricPrompt
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1423 authenticateInternal(token, requestId, operationId, userId, receiver,
1445 private void authenticateInternal(IBinder token, long requestId, long operationId, int userId,