Home
last modified time | relevance | path

Searched refs:onReadyForAuthentication (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricService.aidl78 void onReadyForAuthentication(long requestId, int cookie); in onReadyForAuthentication() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricScheduler.java419 mBiometricService.onReadyForAuthentication( in startNextOperationIfIdle()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java636 mBiometricService.mImpl.onReadyForAuthentication(TEST_REQUEST_ID, cookieCaptor.getValue()); in testAuthenticate_happyPathWithoutConfirmation()
1962 service.mImpl.onReadyForAuthentication(TEST_REQUEST_ID, cookie); in startPendingAuthSession()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java557 public void onReadyForAuthentication(long requestId, int cookie) {