Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
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()
DBiometricPrompt.java461 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {
735 public @interface AuthenticationResultType { annotation in BiometricPrompt
751 @AuthenticationResultType int authenticationType) { in AuthenticationResult()
771 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java48 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;
303 static @AuthenticationResultType int getAuthenticationTypeForResult(int reason) { in getAuthenticationTypeForResult()