/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintDetectClient.java | 91 mAuthenticationStateListeners.onAuthenticationStopped( in stopHalOperation() 120 mAuthenticationStateListeners.onAuthenticationStopped( in startHalOperation() 140 mAuthenticationStateListeners.onAuthenticationStopped( in doDetectInteraction()
|
D | FingerprintAuthenticationClient.java | 191 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()
|
D | FingerprintEnrollClient.java | 154 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/ |
D | AuthenticationStateListeners.java | 150 public void onAuthenticationStopped(AuthenticationStoppedInfo authInfo) { in onAuthenticationStopped() method in AuthenticationStateListeners 153 listener.onAuthenticationStopped(authInfo); in onAuthenticationStopped()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | AuthenticationStateListener.aidl | 67 void onAuthenticationStopped(in AuthenticationStoppedInfo authInfo); in onAuthenticationStopped() method
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceAuthenticationClient.java | 217 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()
|
D | FaceDetectClient.java | 102 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation() 149 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in onError()
|
D | FaceEnrollClient.java | 248 mAuthenticationStateListeners.onAuthenticationStopped( in onError() 297 mAuthenticationStateListeners.onAuthenticationStopped(new AuthenticationStoppedInfo in stopHalOperation()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceDetectClientTest.java | 214 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onDetectionStartedAndStopped() 233 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onDetectionError()
|
D | FaceEnrollClientTest.java | 233 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onEnrollmentStartedAndStopped() 252 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onEnrollmentError()
|
D | FaceAuthenticationClientTest.java | 342 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/ |
D | FingerprintEnrollClientTest.java | 333 verify(mAuthenticationStateListeners).onAuthenticationStopped( in showHideOverlay() 380 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onError()
|
D | FingerprintAuthenticationClientTest.java | 460 verify(mAuthenticationStateListeners).onAuthenticationStopped( in showHideOverlay() 517 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onError() 542 inOrder.verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onLockoutPermanent()
|
D | FingerprintDetectClientTest.java | 201 verify(mAuthenticationStateListeners).onAuthenticationStopped( in testAuthenticationStateListeners_onAuthenticationStartedAndStopped()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/ |
D | BiometricStatusRepository.kt | 149 override fun onAuthenticationStopped(authInfo: AuthenticationStoppedInfo) { in <lambda>() method
|
/frameworks/base/services/core/java/com/android/server/adaptiveauth/ |
D | AdaptiveAuthService.java | 159 public void onAuthenticationStopped(AuthenticationStoppedInfo authInfo) {}
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
D | BiometricStatusRepositoryTest.kt | 207 listener.onAuthenticationStopped( in updatesFingerprintAuthenticationReason_whenAuthenticationStopped()
|