/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | LockoutConsumer.java | 24 void onLockoutPermanent(); in onLockoutPermanent() method
|
H A D | AuthenticationClient.java | 389 protected void onLockoutPermanent() { in onLockoutPermanent() method in AuthenticationClient
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/ |
H A D | ISessionCallback.aidl | 45 void onLockoutPermanent(); in onLockoutPermanent() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ |
H A D | ISessionCallback.aidl | 45 void onLockoutPermanent(); in onLockoutPermanent() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
H A D | ISessionCallback.aidl | 130 void onLockoutPermanent(); in onLockoutPermanent() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | ISessionCallback.aidl | 46 void onLockoutPermanent(); in onLockoutPermanent() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | ISessionCallback.aidl | 46 void onLockoutPermanent(); in onLockoutPermanent() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | ISessionCallback.aidl | 137 void onLockoutPermanent(); in onLockoutPermanent() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClient.java | 254 public void onLockoutPermanent() { in onLockoutPermanent() method in FaceAuthenticationClient 255 super.onLockoutPermanent(); in onLockoutPermanent()
|
H A D | Sensor.java | 330 public void onLockoutPermanent() { in onLockoutPermanent() method in Sensor.HalSessionCallback 340 lockoutConsumer.onLockoutPermanent(); in onLockoutPermanent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintAuthenticationClient.java | 248 public void onLockoutPermanent() { in onLockoutPermanent() method in FingerprintAuthenticationClient
|
H A D | Sensor.java | 311 public void onLockoutPermanent() { in onLockoutPermanent() method in Sensor.HalSessionCallback 321 lockoutConsumer.onLockoutPermanent(); in onLockoutPermanent()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/vts/ |
H A D | VtsHalBiometricsFingerprintTargetTest.cpp | 82 ndk::ScopedAStatus onLockoutPermanent() override { return ndk::ScopedAStatus::ok(); } in onLockoutPermanent() function in aidl::android::hardware::biometrics::fingerprint::__anon7a2bb6ca0110::SessionCallback
|
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/ |
H A D | VtsHalBiometricsFaceTargetTest.cpp | 88 ndk::ScopedAStatus onLockoutPermanent() override { return ndk::ScopedAStatus::ok(); } in onLockoutPermanent() function in aidl::android::hardware::biometrics::face::__anona50205b80110::SessionCallback
|