Home
last modified time | relevance | path

Searched refs:onAuthenticationStopped (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java91 mAuthenticationStateListeners.onAuthenticationStopped( in stopHalOperation()
120 mAuthenticationStateListeners.onAuthenticationStopped( in startHalOperation()
140 mAuthenticationStateListeners.onAuthenticationStopped( in doDetectInteraction()
DFingerprintAuthenticationClient.java191 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onAuthenticated()
276 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onError()
346 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation()
458 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onLockoutTimed()
492 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onLockoutPermanent()
DFingerprintEnrollClient.java154 mAuthenticationStateListeners.onAuthenticationStopped( in onEnrollResult()
214 mAuthenticationStateListeners.onAuthenticationStopped( in onError()
278 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationStateListeners.java150 public void onAuthenticationStopped(AuthenticationStoppedInfo authInfo) { in onAuthenticationStopped() method in AuthenticationStateListeners
153 listener.onAuthenticationStopped(authInfo); in onAuthenticationStopped()
/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticationStateListener.aidl67 void onAuthenticationStopped(in AuthenticationStoppedInfo authInfo); in onAuthenticationStopped() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClient.java217 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation()
250 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in handleLifecycleAfterAuth()
299 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onError()
379 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onAuthenticationFrame()
DFaceDetectClient.java102 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation()
149 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onError()
DFaceEnrollClient.java248 mAuthenticationStateListeners.onAuthenticationStopped( in onError()
297 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClientTest.java214 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onDetectionStartedAndStopped()
233 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onDetectionError()
DFaceEnrollClientTest.java233 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onEnrollmentStartedAndStopped()
252 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onEnrollmentError()
DFaceAuthenticationClientTest.java342 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onAuthenticationStartedAndStopped()
397 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onAuthenticationError()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintEnrollClientTest.java333 verify(mAuthenticationStateListeners).onAuthenticationStopped( in showHideOverlay()
380 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onError()
DFingerprintAuthenticationClientTest.java460 verify(mAuthenticationStateListeners).onAuthenticationStopped( in showHideOverlay()
517 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onError()
542 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onLockoutPermanent()
DFingerprintDetectClientTest.java201 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onAuthenticationStartedAndStopped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt149 override fun onAuthenticationStopped(authInfo: AuthenticationStoppedInfo) { in <lambda>() method
/frameworks/base/services/core/java/com/android/server/adaptiveauth/
DAdaptiveAuthService.java159 public void onAuthenticationStopped(AuthenticationStoppedInfo authInfo) {}
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt207 listener.onAuthenticationStopped( in updatesFingerprintAuthenticationReason_whenAuthenticationStopped()