Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricService.aidl74 void onReadyForAuthentication(long requestId, int cookie); in onReadyForAuthentication() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricScheduler.java317 mBiometricService.onReadyForAuthentication( in startNextOperationIfIdle()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java605 mBiometricService.mImpl.onReadyForAuthentication(TEST_REQUEST_ID, cookieCaptor.getValue()); in testAuthenticate_happyPathWithoutConfirmation()
1870 service.mImpl.onReadyForAuthentication(TEST_REQUEST_ID, cookie); in startPendingAuthSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java547 public void onReadyForAuthentication(long requestId, int cookie) {