Home
last modified time | relevance | path

Searched refs:AuthenticationResultType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricAuthenticator.java20 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;
139 private @AuthenticationResultType int mAuthenticationType;
156 @AuthenticationResultType int authenticationType, Identifier identifier, in AuthenticationResult()
180 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
H A DBiometricPrompt.java481 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {
755 public @interface AuthenticationResultType { annotation in BiometricPrompt
771 @AuthenticationResultType int authenticationType) { in AuthenticationResult()
791 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java49 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;
305 static @AuthenticationResultType int getAuthenticationTypeForResult(int reason) { in getAuthenticationTypeForResult()